app
interface
Properties
utils
</>Utils provides a collection of utilities to aid in using Firebase and related services inside React Native, e.g. Test Lab helpers and Google Play Services version helpers.
utils: ;
Methods
initializeApp
</>Signature 1
</>Create (and initialize) a FirebaseApp.
initializeApp(options: FirebaseAppOptions, config?: FirebaseAppConfig): Promise<FirebaseApp>;
Signature 2
</>Create (and initialize) a FirebaseApp.
initializeApp(options: FirebaseAppOptions, name?: undefined | string): Promise<FirebaseApp>;