No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 243B

1234567
  1. {
  2. "name": "@firebase/auth/cordova",
  3. "description": "A Cordova-specific build of the Firebase Auth JS SDK",
  4. "browser": "../dist/cordova/index.js",
  5. "module": "../dist/cordova/index.js",
  6. "typings": "../dist/cordova/index.cordova.d.ts"
  7. }