A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
gcmSenderID — Property, class com.distriqt.extension.firebase.FirebaseOptions |
| |
GENERATE_LEAD — Constant Static Property, class com.distriqt.extension.firebase.analytics.EventObject |
| |
generation — Property, class com.distriqt.extension.firebase.storage.StorageMetadata |
|
a version String indicating what version of the StorageReference
|
get:error — Event, interface com.distriqt.extension.firebase.firestore.DocumentReference |
| |
get:success — Event, interface com.distriqt.extension.firebase.firestore.DocumentReference |
| |
getBoolean(key:String) — method, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Gets the value corresponding to the specified key, as a Boolean
Value as a boolean if a value corresponding to the look up key was present and could be converted to a boolean; default (if set) or static default value otherwise. |
getBucket() — method, interface com.distriqt.extension.firebase.storage.StorageReference |
|
Return the Google Cloud Storage bucket that holds this object. |
getByteArray(key:String) — method, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Gets the value corresponding to the specified key, as a byte array. |
getBytes(maxDownloadSizeBytes:int) — method, interface com.distriqt.extension.firebase.storage.StorageReference |
|
Asynchronously downloads the object from this StorageReference. |
getCredential(accessToken:String) — Static Method , class com.distriqt.extension.firebase.auth.FacebookAuthProvider |
|
Returns a new instance of AuthCredential that wraps a Facebook Login token. |
getCredential(token:String) — Static Method , class com.distriqt.extension.firebase.auth.GithubAuthProvider |
|
Returns a new instance of AuthCredential that wraps a Github OAuth token. |
getCredential(idToken:String, accessToken:String) — Static Method , class com.distriqt.extension.firebase.auth.GoogleAuthProvider |
|
Returns a new instance of AuthCredential that wraps Google Sign-In ID or access tokens. |
getCredential(providerId:String) — Static Method , class com.distriqt.extension.firebase.auth.OAuthProvider |
| |
getCredential(verificationId:String, smsCode:String) — Static Method , class com.distriqt.extension.firebase.auth.PhoneAuthProvider |
|
Returns a new instance of AuthCredential from an sms verification using
the sms code entered by your user. |
getCredential(token:String, secret:String) — Static Method , class com.distriqt.extension.firebase.auth.TwitterAuthProvider |
|
Returns a new instance of AuthCredential that wraps a Log in with Twitter token. |
getCurrentUser() — method, class com.distriqt.extension.firebase.auth.FirebaseAuth |
|
Returns the currently signed-in FirebaseUser or null if there is none
You can use getCurrentUser() != null to check if a user is signed in. |
getCustomMetadata(key:String) — method, class com.distriqt.extension.firebase.storage.StorageMetadata |
|
Returns custom metadata for a StorageReference
|
getCustomMetadataKeys() — method, class com.distriqt.extension.firebase.storage.StorageMetadata |
| |
getData() — method, class com.distriqt.extension.firebase.firestore.DocumentSnapshot |
|
Returns the fields of the document or null if the document doesn't exist. |
getDocument() — method, class com.distriqt.extension.firebase.firestore.DocumentChange |
| |
getDocument(source:String) — method, interface com.distriqt.extension.firebase.firestore.DocumentReference |
|
Reads the document referenced by this DocumentReference
This method attempts to provide up-to-date data when possible by waiting for data from the server,
but it may return cached data or fail if you are offline and the server cannot be reached. |
getDocument(document:com.distriqt.extension.firebase.firestore:DocumentReference, callback:Function) — method, interface com.distriqt.extension.firebase.firestore.Transaction |
|
Retrieves the document referred to by the DocumentReference
from the database for use in this transaction. |
getDocumentChanges() — method, class com.distriqt.extension.firebase.firestore.QuerySnapshot |
|
Returns the list of documents that changed since the last snapshot. |
getDocuments() — method, class com.distriqt.extension.firebase.firestore.QuerySnapshot |
|
Returns the documents in this QuerySnapshot as an Array in order of the query. |
getDouble(key:String) — method, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Gets the value corresponding to the specified key, as a Number. |
getDownloadUrl() — method, interface com.distriqt.extension.firebase.storage.StorageReference |
|
Asynchronously retrieves a long lived download URL with a revokable token. |
GET_DOWNLOAD_URL_ERROR — Constant Static Property, class com.distriqt.extension.firebase.storage.events.StorageReferenceEvent |
| |
GET_DOWNLOAD_URL_SUCCESS — Constant Static Property, class com.distriqt.extension.firebase.storage.events.StorageReferenceEvent |
| |
getDynamicLink(dynamicLinkUri:String, callback:Function) — method, class com.distriqt.extension.firebase.dynamiclinks.FirebaseDynamicLinks |
|
Attempts to decode the given dynamic link short url to extract the relevant information. |
GET_DYNAMIC_LINK — Constant Static Property, class com.distriqt.extension.firebase.dynamiclinks.events.DynamicLinkEvent |
|
Dispatched when a call to getDynamicLink is complete
|
getEmailAuthCredential(email:String, password:String) — Static Method , class com.distriqt.extension.firebase.auth.EmailAuthProvider |
|
Returns a new instance of AuthCredential that wraps Google Sign-In ID or access tokens. |
getEmailLinkCredential(email:String, emailLink:String) — Static Method , class com.distriqt.extension.firebase.auth.EmailAuthProvider |
|
Returns a new instance of AuthCredential that wraps Google Sign-In ID or access tokens. |
GET_ERROR — Constant Static Property, class com.distriqt.extension.firebase.firestore.events.DocumentReferenceEvent |
|
There was an error retrieving the document. |
getFile(destinationFile:flash.filesystem:File) — method, interface com.distriqt.extension.firebase.storage.StorageReference |
|
Asynchronously downloads the object at this StorageReference to a specified system filepath. |
getFirestoreSettings() — method, class com.distriqt.extension.firebase.firestore.FirebaseFirestore |
|
Returns the settings used by this FirebaseFirestore object
|
getId() — method, interface com.distriqt.extension.firebase.firestore.CollectionReference |
|
The ID of the collection
|
getId() — method, interface com.distriqt.extension.firebase.firestore.DocumentReference |
|
The ID of the document
|
getInfo() — method, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Gets the current state of the FirebaseRemoteConfig singleton object. |
getInt(key:String) — method, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Gets the value corresponding to the specified key, as an int. |
getKey() — method, interface com.distriqt.extension.firebase.database.DatabaseReference |
|
The last token in the location pointed to by this reference
|
getKeysByPrefix(prefix:String) — method, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Gets the set of keys that start with the given prefix. |
getLanguageCode() — method, class com.distriqt.extension.firebase.auth.FirebaseAuth |
|
Returns the language code set in >setLanguageCode(). |
getMaxDownloadRetryTime() — method, class com.distriqt.extension.firebase.storage.FirebaseStorage |
| |
getMaxOperationRetryTime() — method, class com.distriqt.extension.firebase.storage.FirebaseStorage |
| |
getMaxUploadRetryTime() — method, class com.distriqt.extension.firebase.storage.FirebaseStorage |
| |
getMetadata() — method, class com.distriqt.extension.firebase.firestore.DocumentSnapshot |
|
The metadata for this document snapshot
|
getMetadata() — method, class com.distriqt.extension.firebase.firestore.QuerySnapshot |
|
The metadata for this document snapshot
|
getMetadata() — method, interface com.distriqt.extension.firebase.storage.StorageReference |
|
Retrieves metadata associated with an object at this StorageReference. |
GET_METADATA_ERROR — Constant Static Property, class com.distriqt.extension.firebase.storage.events.StorageReferenceEvent |
| |
GET_METADATA_SUCCESS — Constant Static Property, class com.distriqt.extension.firebase.storage.events.StorageReferenceEvent |
| |
getName() — method, interface com.distriqt.extension.firebase.storage.StorageReference |
|
Returns the short name of this object. |
getOptions() — method, class com.distriqt.extension.firebase.Firebase |
|
Returns the current options in use by the Firebase application
|
getParent() — method, interface com.distriqt.extension.firebase.database.DatabaseReference |
|
A DatabaseReference to the parent location,
or null if this instance references the root location
|
getParent() — method, interface com.distriqt.extension.firebase.firestore.CollectionReference |
|
Gets a DocumentReference to the document that contains this collection. |
getParent() — method, interface com.distriqt.extension.firebase.firestore.DocumentReference |
|
Gets a CollectionReference to the collection that contains this document
|
getParent() — method, interface com.distriqt.extension.firebase.storage.StorageReference |
|
Returns a new instance of StorageReference pointing to the
parent location or null if this instance references the root
location. |
getPath() — method, interface com.distriqt.extension.firebase.firestore.CollectionReference |
|
Gets the path of this collection (relative to the root of the database)
as a slash-separated string. |
getPath() — method, interface com.distriqt.extension.firebase.firestore.DocumentReference |
|
Gets the path of this document (relative to the root of the database)
as a slash-separated string. |
getPath() — method, interface com.distriqt.extension.firebase.storage.StorageReference |
|
Returns the full path to this object, not including the Google Cloud Storage bucket. |
getRef() — method, interface com.distriqt.extension.firebase.database.Query |
| |
getReference(path:String) — method, class com.distriqt.extension.firebase.database.FirebaseDatabase |
|
Gets a DatabaseReference for the provided path. |
getReference() — method, class com.distriqt.extension.firebase.firestore.DocumentSnapshot |
|
Gets the reference to the document
|
getReference(location:String) — method, class com.distriqt.extension.firebase.storage.FirebaseStorage |
|
Creates a new StorageReference initialized with a child Firebase Storage location. |
getReferenceFromUrl(url:String) — method, class com.distriqt.extension.firebase.database.FirebaseDatabase |
|
Gets a DatabaseReference for the provided URL. |
getReferenceFromUrl(fullUrl:String) — method, class com.distriqt.extension.firebase.storage.FirebaseStorage |
|
Creates a StorageReference given a gs:// or //
URL pointing to a Firebase Storage location. |
getResult() — method, interface com.distriqt.extension.firebase.storage.DownloadTask |
|
Gets the result of the Task, if it has already completed. |
getResult() — method, interface com.distriqt.extension.firebase.storage.UploadTask |
|
Gets the result of the Task, if it has already completed. |
getRoot() — method, interface com.distriqt.extension.firebase.database.DatabaseReference |
|
A DatabaseReference to the root location of this Firebase Database
|
getRoot() — method, interface com.distriqt.extension.firebase.storage.StorageReference |
|
Returns a new instance of StorageReference pointing to the root location. |
getSdkVersion() — method, class com.distriqt.extension.firebase.database.FirebaseDatabase |
|
The version for this build of the Firebase Database client
|
getSnapshot() — method, interface com.distriqt.extension.firebase.storage.DownloadTask |
|
Returns the current state of the task. |
getSnapshot() — method, interface com.distriqt.extension.firebase.storage.UploadTask |
|
Returns the current state of the task. |
getString(key:String) — method, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Gets the value corresponding to the specified key, as a String. |
GET_SUCCESS — Constant Static Property, class com.distriqt.extension.firebase.firestore.events.DocumentReferenceEvent |
|
The document was successfully retrieved and the snapshot property of the event
will contain the document data. |
getToken(forceRefresh:Boolean) — method, interface com.distriqt.extension.firebase.auth.user.FirebaseUser |
|
Fetches a Firebase Auth ID Token for the user; useful when authenticating against your own backend. |
GET_TOKEN_COMPLETE — Constant Static Property, class com.distriqt.extension.firebase.auth.events.FirebaseUserEvent |
|
Dispatched when a call to getToken has completed. |
getValue() — method, class com.distriqt.extension.firebase.database.MutableData |
|
getValue() returns the data contained in this instance
as native types. |
GithubAuthCredential — class, package com.distriqt.extension.firebase.auth |
|
Wraps a Github OAuth access token for authentication purposes. |
GithubAuthCredential() — Constructor, class com.distriqt.extension.firebase.auth.GithubAuthCredential |
|
Constructor
|
GithubAuthProvider — class, package com.distriqt.extension.firebase.auth |
|
Represents the Github authentication provider. |
GithubAuthProvider() — Constructor, class com.distriqt.extension.firebase.auth.GithubAuthProvider |
|
Constructor
|
goOffline() — method, class com.distriqt.extension.firebase.database.FirebaseDatabase |
|
Shuts down the connection to the Firebase Database backend
until goOnline() is called. |
GoogleAnalyticsParametersBuilder — class, package com.distriqt.extension.firebase.dynamiclinks.builders |
| |
GoogleAnalyticsParametersBuilder() — Constructor, class com.distriqt.extension.firebase.dynamiclinks.builders.GoogleAnalyticsParametersBuilder |
|
Create Google Analytics parameters builder
|
googleAppID — Property, class com.distriqt.extension.firebase.FirebaseOptions |
| |
GoogleAuthCredential — class, package com.distriqt.extension.firebase.auth |
|
Wraps a Google Sign-In ID token and/or access token, for authentication purposes. |
GoogleAuthCredential() — Constructor, class com.distriqt.extension.firebase.auth.GoogleAuthCredential |
|
Constructor
|
GoogleAuthProvider — class, package com.distriqt.extension.firebase.auth |
|
Represents the Google Sign-In authentication provider. |
GoogleAuthProvider() — Constructor, class com.distriqt.extension.firebase.auth.GoogleAuthProvider |
| |
goOnline() — method, class com.distriqt.extension.firebase.database.FirebaseDatabase |
|
Resumes the connection to the Firebase Database backend after a
previous goOffline() call. |
greaterThan(field:String, value:Object) — Static Method , class com.distriqt.extension.firebase.firestore.Filter |
| |
greaterThanOrEqualTo(field:String, value:Object) — Static Method , class com.distriqt.extension.firebase.firestore.Filter |
| |
GROUP_ID — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params |
| |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |