UNPKG

ui-for-firebase-authentication

Version:

UI for Firebase Authentication (Firebase UI alternative supporting v9+)

5 lines (4 loc) 226 B
import { CallbackBindingsInterface } from "./CallbackBindingsInterface"; import { Auth } from "firebase/auth"; declare function createFirebaseBindings(auth: Auth): CallbackBindingsInterface; export { createFirebaseBindings };