UNPKG

cordova-plugin-firebase-authentication

Version:
8 lines (6 loc) 144 B
interface CordovaPlugins { firebase: FirebasePlugins; } interface FirebasePlugins { auth: typeof import("./FirebaseAuthentication"); }