UNPKG

@react-firebase/auth

Version:

Easily integrate Firebase Authentication in your react(or react-native) app.

3 lines (2 loc) 234 B
import { InitializeAppArgs } from "./types"; export declare const initializeFirebaseApp: ({ firebase, authDomain, databaseURL, projectId, storageBucket, messagingSenderId, apiKey, appId, measurementId }: InitializeAppArgs) => void;