UNPKG

@react-native-firebase/app

Version:

A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto

12 lines 401 B
export default class ReferenceBase { path: string; constructor(_path: string); /** * The last part of a Reference's path (after the last '/') * The key of a root Reference is null. * @type {String} * {@link https://firebase.google.com/docs/reference/js/firebase.database.Reference#key} */ get key(): string | null; } //# sourceMappingURL=ReferenceBase.d.ts.map