| Package | com.myflashlab.air.extensions.firebase.core |
| Class | public class FirebaseConfig |
| Inheritance | FirebaseConfig Object |
Firebase.init(); returns true
| Property | Defined 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 | ||
| Constant | Defined By | ||
|---|---|---|---|
| LOGGER_LEVEL_MAX : int = 2 [static] | FirebaseConfig | ||
| LOGGER_LEVEL_MIN : int = 0 [static] | FirebaseConfig | ||
| LOGGER_LEVEL_NOTICE : int = 1 [static] | FirebaseConfig | ||
| default_web_client_id | property |
default_web_client_id:String [read-only] public function get default_web_client_id():String| firebase_database_url | property |
firebase_database_url:String [read-only] public function get firebase_database_url():String| gcm_defaultSenderId | property |
gcm_defaultSenderId:String [read-only] public function get gcm_defaultSenderId():String| google_api_key | property |
google_api_key:String [read-only] public function get google_api_key():String| google_app_id | property |
google_app_id:String [read-only] public function get google_app_id():String| google_crash_reporting_api_key | property |
google_crash_reporting_api_key:String [read-only] public function get google_crash_reporting_api_key():String| google_storage_bucket | property |
google_storage_bucket:String [read-only] public function get google_storage_bucket():String| NOT_SET | property |
public static var NOT_SET:String = must be set manuallyValue for Firebase configs when they need to be set manually but that has not happened yet.
| project_id | property |
project_id:String [read-only] public function get project_id():String| webApiKey | property |
webApiKey:StringIndicates 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.
public function get webApiKey():String public function set webApiKey(value:String):void| LOGGER_LEVEL_MAX | Constant |
public static const LOGGER_LEVEL_MAX:int = 2| LOGGER_LEVEL_MIN | Constant |
public static const LOGGER_LEVEL_MIN:int = 0| LOGGER_LEVEL_NOTICE | Constant |
public static const LOGGER_LEVEL_NOTICE:int = 1