UNPKG

@react-firebase/auth

Version:

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

4 lines (3 loc) 104 B
/// <reference types="react" /> import "firebase/auth"; export declare const App: () => JSX.Element;