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  
identifier — Property, interface com.distriqt.extension.firebase.auth.user.FirebaseUser
Returns a string used to uniquely identify your user in your Firebase project's user database.
identifier — Property, class com.distriqt.extension.firebase.auth.user.UserInfo
idToken — Property, class com.distriqt.extension.firebase.auth.GoogleAuthCredential
A valid Google Sign-In id token, obtained from the Google Sign-In SDK
implementation — Property, class com.distriqt.extension.firebase.Firebase
The implementation currently in use.
implementation — Property, class com.distriqt.extension.firebase.auth.FirebaseAuth
The implementation currently in use.
implementation — Property, class com.distriqt.extension.firebase.crashlytics.FirebaseCrashlytics
The implementation currently in use.
implementation — Property, class com.distriqt.extension.firebase.database.FirebaseDatabase
The implementation currently in use.
implementation — Property, class com.distriqt.extension.firebase.dynamiclinks.FirebaseDynamicLinks
The implementation currently in use.
implementation — Property, class com.distriqt.extension.firebase.firestore.FirebaseFirestore
The implementation currently in use.
implementation — Property, class com.distriqt.extension.firebase.performance.FirebasePerformance
The implementation currently in use.
implementation — Property, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig
The implementation currently in use.
implementation — Property, class com.distriqt.extension.firebase.storage.FirebaseStorage
The implementation currently in use.
inArray(field:String, values:Array) — Static Method , class com.distriqt.extension.firebase.firestore.Filter
INCLUDE — Constant Static Property, class com.distriqt.extension.firebase.firestore.MetadataChanges
This option will include metadata changes in the specified action.
incrementCounter(counterName:String) — method, interface com.distriqt.extension.firebase.performance.metrics.Trace
Increments the counter in this trace with the given name by one.
incrementCounterBy(counterName:String, incrementBy:int) — method, interface com.distriqt.extension.firebase.performance.metrics.Trace
Increments the counter in this trace with the given name by the given value.
incrementMetric(metricName:String, incrementBy:int) — method, interface com.distriqt.extension.firebase.performance.metrics.Trace
Atomically increments the metric with the given name in this trace by the incrementBy value.
INDEX — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
info — Property, class com.distriqt.extension.firebase.auth.FirebaseAuthError
init(key:String) — Static Method , class com.distriqt.extension.firebase.Firebase
Initialises the extension class for use with the provided key.
init(key:String) — Static Method , class com.distriqt.extension.firebase.auth.FirebaseAuth
Initialises the extension class for use with the provided key.
init(key:String) — Static Method , class com.distriqt.extension.firebase.crashlytics.FirebaseCrashlytics
Initialises the extension class for use with the provided key.
init(key:String) — Static Method , class com.distriqt.extension.firebase.database.FirebaseDatabase
Initialises the extension class for use with the provided key.
init(key:String) — Static Method , class com.distriqt.extension.firebase.dynamiclinks.FirebaseDynamicLinks
Initialises the extension class for use with the provided key.
init(key:String) — Static Method , class com.distriqt.extension.firebase.firestore.FirebaseFirestore
Initialises the extension class for use with the provided key.
init(key:String) — Static Method , class com.distriqt.extension.firebase.performance.FirebasePerformance
Initialises the extension class for use with the provided key.
init(key:String) — Static Method , class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig
Initialises the extension class for use with the provided key.
init(key:String) — Static Method , class com.distriqt.extension.firebase.storage.FirebaseStorage
Initialises the extension class for use with the provided key.
initialiseApp(options:com.distriqt.extension.firebase:FirebaseOptions) — method, class com.distriqt.extension.firebase.Firebase
Initialises the Firebase application.
initiateOnDeviceConversionMeasurementWithEmailAddress(email:String) — method, interface com.distriqt.extension.firebase.analytics.FirebaseAnalytics
Initiate an on-device conversion event measurement with the given email address as the user identifier.
initiateOnDeviceConversionMeasurementWithHashedEmailAddress(email:flash.utils:ByteArray) — method, interface com.distriqt.extension.firebase.analytics.FirebaseAnalytics
Initiate an on-device conversion event measurement with the given hashed email address as the user identifier.
initiateOnDeviceConversionMeasurementWithHashedPhoneNumber(phoneNumber:flash.utils:ByteArray) — method, interface com.distriqt.extension.firebase.analytics.FirebaseAnalytics
Initiate an on-device conversion event measurement with the given hashed phone number as the user identifier.
initiateOnDeviceConversionMeasurementWithPhoneNumber(phoneNumber:String) — method, interface com.distriqt.extension.firebase.analytics.FirebaseAnalytics
Initiate an on-device conversion event measurement with the given phone number as the user identifier.
instance — Static Property, class com.distriqt.extension.firebase.database.FirebaseDatabase
The singleton instance of the FirebaseDatabase class.
iosBundleId — Property, class com.distriqt.extension.firebase.auth.ActionCodeSettings
IosParametersBuilder — class, package com.distriqt.extension.firebase.dynamiclinks.builders
IosParametersBuilder(bundleId:String) — Constructor, class com.distriqt.extension.firebase.dynamiclinks.builders.IosParametersBuilder
Create iOS parameters builder
isAnonymous() — method, interface com.distriqt.extension.firebase.auth.user.FirebaseUser
Returns true if the user is anonymous; that is, the user account was created with signInAnonymously() and has not been linked to another account with linkWithCredential(AuthCredential).
isBlob(value:String) — Static Method , class com.distriqt.extension.firebase.firestore.Blob
isCanceled() — method, interface com.distriqt.extension.firebase.storage.DownloadTask
Returns true if the task has been canceled.
isCanceled() — method, interface com.distriqt.extension.firebase.storage.UploadTask
Returns true if the task has been canceled.
isComplete() — method, interface com.distriqt.extension.firebase.storage.DownloadTask
Returns true if the Task is complete; false otherwise.
isComplete() — method, interface com.distriqt.extension.firebase.storage.UploadTask
Returns true if the Task is complete; false otherwise.
isEmailVerified — Property, class com.distriqt.extension.firebase.auth.user.UserInfo
isEmpty — Property, class com.distriqt.extension.firebase.firestore.QuerySnapshot
true if there are no documents in the QuerySnapshot.
isFromCache — Property, class com.distriqt.extension.firebase.firestore.SnapshotMetadata
true if the snapshot was created from cached data rather than guaranteed up-to-date server data.
isInProgress() — method, interface com.distriqt.extension.firebase.storage.DownloadTask
Returns true if the task is currently running.
isInProgress() — method, interface com.distriqt.extension.firebase.storage.UploadTask
Returns true if the task is currently running.
isPaused() — method, interface com.distriqt.extension.firebase.storage.DownloadTask
Returns true if the task has been paused.
isPaused() — method, interface com.distriqt.extension.firebase.storage.UploadTask
Returns true if the task has been paused.
isPerformanceCollectionEnabled() — method, class com.distriqt.extension.firebase.performance.FirebasePerformance
Determines whether performance monitoring is enabled or disabled
isPersistenceEnabled — Property, class com.distriqt.extension.firebase.firestore.FirebaseFirestoreSettings
whether or not to use local persistent storage.
isSignedIn() — method, class com.distriqt.extension.firebase.auth.FirebaseAuth
isSignInWithEmailLink(link:String) — method, class com.distriqt.extension.firebase.auth.FirebaseAuth
Determines if the given link is a link intended for use with signInWithEmailLink().
isSslEnabled — Property, class com.distriqt.extension.firebase.firestore.FirebaseFirestoreSettings
whether or not to use SSL for communication
isSuccessful() — method, interface com.distriqt.extension.firebase.storage.DownloadTask
Returns true if the Task has completed successfully; false otherwise.
isSuccessful() — method, interface com.distriqt.extension.firebase.storage.UploadTask
Returns true if the Task has completed successfully; false otherwise.
isSupported — Static Property, class com.distriqt.extension.firebase.Firebase
Whether the current device supports the extensions functionality
isSupported — Static Property, class com.distriqt.extension.firebase.auth.FirebaseAuth
Whether the current device supports the extensions functionality
isSupported — Static Property, class com.distriqt.extension.firebase.crashlytics.FirebaseCrashlytics
Whether the current device supports the extensions functionality
isSupported — Static Property, class com.distriqt.extension.firebase.database.FirebaseDatabase
Whether the current device supports the extensions functionality
isSupported — Static Property, class com.distriqt.extension.firebase.dynamiclinks.FirebaseDynamicLinks
Whether the current device supports the extensions functionality
isSupported — Static Property, class com.distriqt.extension.firebase.firestore.FirebaseFirestore
Whether the current device supports the extensions functionality
isSupported — Static Property, class com.distriqt.extension.firebase.performance.FirebasePerformance
Whether the current device supports the extensions functionality
isSupported — Static Property, class com.distriqt.extension.firebase.remoteconfig.FirebaseRemoteConfig
Whether the current device supports the extensions functionality
isSupported — Static Property, class com.distriqt.extension.firebase.storage.FirebaseStorage
Whether the current device supports the extensions functionality
ITEM_BRAND — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_CATEGORY — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_CATEGORY2 — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_CATEGORY3 — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_CATEGORY4 — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_CATEGORY5 — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_ID — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_LIST — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_LIST_ID — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_LIST_NAME — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_LOCATION_ID — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_NAME — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
items — Property, class com.distriqt.extension.firebase.storage.events.StorageReferenceListEvent
ITEMS — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ITEM_VARIANT — Constant Static Property, class com.distriqt.extension.firebase.analytics.Params
ItunesConnectAnalyticsParametersBuilder — class, package com.distriqt.extension.firebase.dynamiclinks.builders
Builder for iTunes Connect App Analytics parameters
ItunesConnectAnalyticsParametersBuilder() — Constructor, class com.distriqt.extension.firebase.dynamiclinks.builders.ItunesConnectAnalyticsParametersBuilder
Create iTunes Connect App Analytics parameter builder
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