Packagecom.myflashlab.air.extensions.firebase.core
Classpublic class FirebaseConfig
InheritanceFirebaseConfig Inheritance Object

Data class representing the Firebase configuration you used while initializing Firebase in your app. This object will be available only if Firebase.init(); returns true



Public Properties
 PropertyDefined By
  default_web_client_id : String
[read-only]
FirebaseConfig
  firebase_database_url : String
[read-only]
FirebaseConfig
  gcm_defaultSenderId : String
[read-only]
FirebaseConfig
  google_api_key : String
[read-only]
FirebaseConfig
  google_app_id : String
[read-only]
FirebaseConfig
  google_crash_reporting_api_key : String
[read-only]
FirebaseConfig
  google_storage_bucket : String
[read-only]
FirebaseConfig
  NOT_SET : String = must be set manually
[static] Value for Firebase configs when they need to be set manually but that has not happened yet.
FirebaseConfig
  project_id : String
[read-only]
FirebaseConfig
  webApiKey : String
Indicates your webApiKey which must be set manually from https://console.firebase.google.com/project/_/settings/general/ This is required when you want to work with Dynamiclinks or Invites ANEs.
FirebaseConfig
Public Constants
 ConstantDefined By
  LOGGER_LEVEL_MAX : int = 2
[static]
FirebaseConfig
  LOGGER_LEVEL_MIN : int = 0
[static]
FirebaseConfig
  LOGGER_LEVEL_NOTICE : int = 1
[static]
FirebaseConfig
Property Detail
default_web_client_idproperty
default_web_client_id:String  [read-only]


Implementation
    public function get default_web_client_id():String
firebase_database_urlproperty 
firebase_database_url:String  [read-only]


Implementation
    public function get firebase_database_url():String
gcm_defaultSenderIdproperty 
gcm_defaultSenderId:String  [read-only]


Implementation
    public function get gcm_defaultSenderId():String
google_api_keyproperty 
google_api_key:String  [read-only]


Implementation
    public function get google_api_key():String
google_app_idproperty 
google_app_id:String  [read-only]


Implementation
    public function get google_app_id():String
google_crash_reporting_api_keyproperty 
google_crash_reporting_api_key:String  [read-only]


Implementation
    public function get google_crash_reporting_api_key():String
google_storage_bucketproperty 
google_storage_bucket:String  [read-only]


Implementation
    public function get google_storage_bucket():String
NOT_SETproperty 
public static var NOT_SET:String = must be set manually

Value for Firebase configs when they need to be set manually but that has not happened yet.

project_idproperty 
project_id:String  [read-only]


Implementation
    public function get project_id():String
webApiKeyproperty 
webApiKey:String

Indicates your webApiKey which must be set manually from https://console.firebase.google.com/project/_/settings/general/ This is required when you want to work with Dynamiclinks or Invites ANEs.


Implementation
    public function get webApiKey():String
    public function set webApiKey(value:String):void
Constant Detail
LOGGER_LEVEL_MAXConstant
public static const LOGGER_LEVEL_MAX:int = 2

LOGGER_LEVEL_MINConstant 
public static const LOGGER_LEVEL_MIN:int = 0

LOGGER_LEVEL_NOTICEConstant 
public static const LOGGER_LEVEL_NOTICE:int = 1