| 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 |
| FacebookAuthCredential — class, package com.distriqt.extension.firebase.auth |
|
Wraps a Facebook Login access token for authentication purposes. |
| FacebookAuthCredential() — Constructor, class com.distriqt.extension.firebase.auth.FacebookAuthCredential |
|
Constructor
|
| FacebookAuthProvider — class, package com.distriqt.extension.firebase.auth |
|
Represents the Facebook Login authentication provider. |
| FacebookAuthProvider() — Constructor, class com.distriqt.extension.firebase.auth.FacebookAuthProvider |
|
Constructor
|
| FAILED — Constant Static Property, class com.distriqt.extension.firebase.firestore.events.TransactionEvent |
|
Dispatched when an error occurred during the transaction. |
| FAILED — Constant Static Property, class com.distriqt.extension.firebase.firestore.events.WriteBatchEvent |
| |
| fetch() — method, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Starts fetching configs, adhering to the specified minimum fetch interval. |
| fetchAndActivate() — method, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Fetches parameter values for your app. |
| FETCH_COMPLETE — Constant Static Property, class com.distriqt.extension.firebase.remoteconfig.events.FirebaseRemoteConfigEvent |
|
Dispatched when a fetch operation is complete and the new configuration
values have been activated. |
| FETCH_ERROR — Constant Static Property, class com.distriqt.extension.firebase.remoteconfig.events.FirebaseRemoteConfigEvent |
|
Dispatched if there was an error fetching the remote configuration values. |
| FETCH_SIGNIN_METHODS_COMPLETE — Constant Static Property, class com.distriqt.extension.firebase.auth.events.FirebaseAuthMethodsEvent |
|
Dispatched after an attempt to fetchSignInMethodsForEmail completes. |
| fetchSignInMethodsForEmail(email:String) — method, class com.distriqt.extension.firebase.auth.FirebaseAuth |
|
Returns a list of signin methods that can be used to sign in a given user (identified by its main email address). |
| fetchTimeoutInSeconds — Property, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfigSettings |
|
The fetch timeout in seconds. |
| fetchTimestamp — Property, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfigInfo |
|
The timestamp (milliseconds since epoch) of the last successful fetch,
regardless of whether the fetch was activated or not. |
| FieldPath — class, package com.distriqt.extension.firebase.firestore |
| |
| FieldValue — class, package com.distriqt.extension.firebase.firestore |
| |
| FieldValue() — Constructor, class com.distriqt.extension.firebase.firestore.FieldValue |
| |
| Filter — class, package com.distriqt.extension.firebase.firestore |
| |
| Filter() — Constructor, class com.distriqt.extension.firebase.firestore.Filter |
| |
| finish(data:Object) — method, interface com.distriqt.extension.firebase.firestore.Transaction |
|
Attempt to finish this transaction
|
| Firebase — final class, package com.distriqt.extension.firebase |
|
This class represents the Firebase extension. |
| Firebase() — Constructor, class com.distriqt.extension.firebase.Firebase |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| FirebaseAnalytics — Interface, package com.distriqt.extension.firebase.analytics |
| |
| FirebaseAuth — final class, package com.distriqt.extension.firebase.auth |
|
This class represents the Firebase Auth extension. |
| FirebaseAuth() — Constructor, class com.distriqt.extension.firebase.auth.FirebaseAuth |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| FirebaseAuthError — class, package com.distriqt.extension.firebase.auth |
| |
| FirebaseAuthError() — Constructor, class com.distriqt.extension.firebase.auth.FirebaseAuthError |
| |
| FirebaseAuthEvent — class, package com.distriqt.extension.firebase.auth.events |
| |
| FirebaseAuthEvent(type:String, success:Boolean, message:String, verificationId:String, error:com.distriqt.extension.firebase.auth:FirebaseAuthError, link:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.firebase.auth.events.FirebaseAuthEvent |
|
Constructor
|
| FirebaseAuthMethodsEvent — class, package com.distriqt.extension.firebase.auth.events |
| |
| FirebaseAuthMethodsEvent(type:String, success:Boolean, message:String, methods:Array, error:com.distriqt.extension.firebase.auth:FirebaseAuthError, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.firebase.auth.events.FirebaseAuthMethodsEvent |
| |
| firebaseconfig:activate:complete — Event, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
| |
| firebaseconfig:activate:error — Event, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
| |
| firebaseconfig:fetch:complete — Event, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
| |
| firebaseconfig:fetch:error — Event, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
| |
| firebaseconfig:update — Event, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
| |
| FirebaseCrashlytics — final class, package com.distriqt.extension.firebase.crashlytics |
|
This class represents the crashlytics extension.
|
| FirebaseCrashlytics() — Constructor, class com.distriqt.extension.firebase.crashlytics.FirebaseCrashlytics |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| FirebaseDatabase — final class, package com.distriqt.extension.firebase.database |
|
This class represents the Firebase Realtime Database extension. |
| FirebaseDatabase() — Constructor, class com.distriqt.extension.firebase.database.FirebaseDatabase |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| FirebaseFirestore — final class, package com.distriqt.extension.firebase.firestore |
|
This class represents the firestore extension.
|
| FirebaseFirestore() — Constructor, class com.distriqt.extension.firebase.firestore.FirebaseFirestore |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| FirebaseFirestoreSettings — class, package com.distriqt.extension.firebase.firestore |
|
Settings used to configure a FirebaseFirestore instance
|
| FirebaseFirestoreSettings(data:Object) — Constructor, class com.distriqt.extension.firebase.firestore.FirebaseFirestoreSettings |
| |
| FirebaseOptions — class, package com.distriqt.extension.firebase |
|
This class is used to specify options to initialise your Firebase application
|
| FirebaseOptions() — Constructor, class com.distriqt.extension.firebase.FirebaseOptions |
|
Constructor
|
| FirebasePerformance — final class, package com.distriqt.extension.firebase.performance |
|
This class represents the performance extension.
|
| FirebasePerformance() — Constructor, class com.distriqt.extension.firebase.performance.FirebasePerformance |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| FirebaseRemoteConfig — final class, package com.distriqt.extension.firebase.remoteconfig |
|
This class represents the FirebaseRemoteConfig extension. |
| FirebaseRemoteConfig() — Constructor, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| FirebaseRemoteConfigEvent — class, package com.distriqt.extension.firebase.remoteconfig.events |
| |
| FirebaseRemoteConfigEvent(type:String, status:int, updatedKeys:Array, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.firebase.remoteconfig.events.FirebaseRemoteConfigEvent |
| |
| FirebaseRemoteConfigInfo — class, package com.distriqt.extension.firebase.remoteconfig |
|
Wraps the current state of the FirebaseRemoteConfig singleton object. |
| FirebaseRemoteConfigInfo() — Constructor, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfigInfo |
| |
| FirebaseRemoteConfigSettings — class, package com.distriqt.extension.firebase.remoteconfig |
| |
| FirebaseRemoteConfigSettings() — Constructor, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfigSettings |
| |
| FirebaseStorage — final class, package com.distriqt.extension.firebase.storage |
|
This class represents the storage extension.
|
| FirebaseStorage() — Constructor, class com.distriqt.extension.firebase.storage.FirebaseStorage |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| FirebaseUser — Interface, package com.distriqt.extension.firebase.auth.user |
|
Represents a user's profile information in your Firebase project's user database. |
| FirebaseUserEvent — class, package com.distriqt.extension.firebase.auth.events |
| |
| FirebaseUserEvent(type:String, success:Boolean, message:String, data:String, error:com.distriqt.extension.firebase.auth:FirebaseAuthError, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.firebase.auth.events.FirebaseUserEvent |
|
Constructor
|
| FLIGHT_NUMBER — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params |
| |
| forceCrash() — method, class com.distriqt.extension.firebase.crashlytics.FirebaseCrashlytics |
|
Forces a crash of your application. |
| fromObject(data:Object) — Static Method , class com.distriqt.extension.firebase.FirebaseOptions |
| |
| fromObject(data:Object) — Static Method , class com.distriqt.extension.firebase.auth.FirebaseAuthError |
| |
| fromObject(data:Object) — Static Method , class com.distriqt.extension.firebase.auth.user.UserInfo |
| |
| fromObject(data:Object, query:com.distriqt.extension.firebase.database:Query) — Static Method , class com.distriqt.extension.firebase.database.DataSnapshot |
| |
| fromObject(data:Object) — Static Method , class com.distriqt.extension.firebase.database.MutableData |
| |
| fromObject(data:Object, store:com.distriqt.extension.firebase.firestore:_ReferenceStore) — Static Method , class com.distriqt.extension.firebase.firestore.DocumentChange |
| |
| fromObject(data:Object, ref:com.distriqt.extension.firebase.firestore:DocumentReference, store:com.distriqt.extension.firebase.firestore:_ReferenceStore) — Static Method , class com.distriqt.extension.firebase.firestore.DocumentSnapshot |
| |
| fromObject(data:Object) — method, class com.distriqt.extension.firebase.firestore.FirebaseFirestoreSettings |
| |
| fromObject(data:Object) — method, class com.distriqt.extension.firebase.firestore.LocalCacheSettings |
| |
| fromObject(data:Object, store:com.distriqt.extension.firebase.firestore:_ReferenceStore) — Static Method , class com.distriqt.extension.firebase.firestore.QuerySnapshot |
| |
| fromObject(data:Object) — Static Method , class com.distriqt.extension.firebase.firestore.SnapshotMetadata |
| |
| fromObject(data:Object) — Static Method , class com.distriqt.extension.firebase.storage.StorageMetadata |
| |
| fromString(value:String) — Static Method , class com.distriqt.extension.firebase.firestore.Blob |
| |
|
| 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 |