@athletic/capacitor-firebase-realtime
TypeScript icon, indicating that this package has built-in type declarations

5.0.1 • Public • Published

capacitor-firebase-realtime

Capacitor Firebase Realtime plugin

Install

npm install capacitor-firebase-realtime
npx cap sync

API

signOut()

signOut() => Promise<null>

Returns: Promise<null>


initialize(...)

initialize(options: { signedInUserId: number; }) => Promise<{ signedIn: boolean; }>
Param Type
options { signedInUserId: number; }

Returns: Promise<{ signedIn: boolean; }>


signInWithCustomToken(...)

signInWithCustomToken(options: { token: string; }) => Promise<null>
Param Type
options { token: string; }

Returns: Promise<null>


updateChildren(...)

updateChildren(options: { path: string; data: any; }) => Promise<null>
Param Type
options { path: string; data: any; }

Returns: Promise<null>


Readme

Keywords

Package Sidebar

Install

npm i @athletic/capacitor-firebase-realtime

Weekly Downloads

31

Version

5.0.1

License

MIT

Unpacked Size

30.9 kB

Total Files

25

Last publish

Collaborators

  • davidbow
  • jwrunner