@firebase/auth
Version:
The Firebase Authenticaton component of the Firebase JS SDK.
13 lines (12 loc) • 370 B
JSON
{
"name": "@firebase/auth/internal",
"description": "An internal version of the Auth SDK for use in the compatibility layer",
"main": "../dist/node/internal.js",
"module": "../dist/esm2017/internal.js",
"browser": "../dist/esm2017/internal.js",
"typings": "../dist/esm2017/internal/index.d.ts",
"private": true,
"engines": {
"node": ">=18.0.0"
}
}