Package-level declarations
Types
Link copied to clipboard
FirebaseFunctions lets you call Cloud Functions for Firebase.
Link copied to clipboard
actual typealias FirebaseFunctionsException = com.google.firebase.functions.FirebaseFunctionsException
Exception that gets thrown when an operation on Firebase Functions fails.
actual typealias FirebaseFunctionsException = com.google.firebase.functions.FirebaseFunctionsException
Link copied to clipboard
The set of error status codes that can be returned from a Callable HTTPS tigger. These are the canonical error codes for Google APIs, as documented here: https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto#L26
Link copied to clipboard
class HttpsCallableReference
A reference to a particular Callable HTTPS trigger in Cloud Functions.
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Returns the error code for this exception.
Link copied to clipboard
Returns the message for this exception.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Returns the FirebaseFunctions instance of a given FirebaseApp.
Returns the FirebaseFunctions instance of a given region.
Returns the FirebaseFunctions instance of a given FirebaseApp and region.
Link copied to clipboard