@firebase/auth 0.23.2-canary.675ec3a23 → 0.23.2-canary.684bb4e45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth-public.d.ts +3 -4
- package/dist/auth.d.ts +3 -4
- package/dist/browser-cjs/{index-b544d871.js → index-b0904067.js} +4 -5
- package/dist/browser-cjs/{index-b544d871.js.map → index-b0904067.js.map} +1 -1
- package/dist/browser-cjs/index.doc.d.ts +1 -1
- package/dist/browser-cjs/index.js +1 -1
- package/dist/browser-cjs/index.rn.d.ts +7 -8
- package/dist/browser-cjs/internal.js +1 -1
- package/dist/browser-cjs/src/model/public_types.d.ts +1 -1
- package/dist/browser-cjs/src/platform_browser/recaptcha/recaptcha_verifier.d.ts +2 -3
- package/dist/cordova/index.doc.d.ts +1 -1
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/index.rn.d.ts +7 -8
- package/dist/cordova/internal.js +4 -5
- package/dist/cordova/internal.js.map +1 -1
- package/dist/cordova/{popup_redirect-6c18d1ce.js → popup_redirect-ce64c786.js} +2 -2
- package/dist/cordova/{popup_redirect-6c18d1ce.js.map → popup_redirect-ce64c786.js.map} +1 -1
- package/dist/cordova/src/model/public_types.d.ts +1 -1
- package/dist/cordova/src/platform_browser/recaptcha/recaptcha_verifier.d.ts +2 -3
- package/dist/esm2017/{index-54bf52ad.js → index-94184b19.js} +4 -5
- package/dist/esm2017/{index-54bf52ad.js.map → index-94184b19.js.map} +1 -1
- package/dist/esm2017/index.doc.d.ts +1 -1
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/index.rn.d.ts +7 -8
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm2017/src/model/public_types.d.ts +1 -1
- package/dist/esm2017/src/platform_browser/recaptcha/recaptcha_verifier.d.ts +2 -3
- package/dist/esm5/{index-3e6d178f.js → index-c5c16c35.js} +4 -5
- package/dist/esm5/{index-3e6d178f.js.map → index-c5c16c35.js.map} +1 -1
- package/dist/esm5/index.doc.d.ts +1 -1
- package/dist/esm5/index.js +1 -1
- package/dist/esm5/index.rn.d.ts +7 -8
- package/dist/esm5/internal.js +2 -2
- package/dist/esm5/src/model/public_types.d.ts +1 -1
- package/dist/esm5/src/platform_browser/recaptcha/recaptcha_verifier.d.ts +2 -3
- package/dist/index.doc.d.ts +1 -1
- package/dist/index.rn.d.ts +7 -8
- package/dist/index.webworker.esm5.js +1 -1
- package/dist/node/index.doc.d.ts +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/index.rn.d.ts +7 -8
- package/dist/node/internal.js +1 -1
- package/dist/node/src/model/public_types.d.ts +1 -1
- package/dist/node/src/platform_browser/recaptcha/recaptcha_verifier.d.ts +2 -3
- package/dist/node/{totp-a19a488a.js → totp-cd68e126.js} +2 -2
- package/dist/node/{totp-a19a488a.js.map → totp-cd68e126.js.map} +1 -1
- package/dist/node-esm/index.doc.d.ts +1 -1
- package/dist/node-esm/index.js +1 -1
- package/dist/node-esm/index.rn.d.ts +7 -8
- package/dist/node-esm/internal.js +2 -2
- package/dist/node-esm/src/model/public_types.d.ts +1 -1
- package/dist/node-esm/src/platform_browser/recaptcha/recaptcha_verifier.d.ts +2 -3
- package/dist/node-esm/{totp-f2a7bf54.js → totp-2d07d7b2.js} +2 -2
- package/dist/node-esm/{totp-f2a7bf54.js.map → totp-2d07d7b2.js.map} +1 -1
- package/dist/rn/index.doc.d.ts +1 -1
- package/dist/rn/index.js +5 -57
- package/dist/rn/index.js.map +1 -1
- package/dist/rn/index.rn.d.ts +7 -8
- package/dist/rn/internal.js +1 -1
- package/dist/rn/{phone-f331ac9e.js → phone-09daa977.js} +4 -5
- package/dist/rn/{phone-f331ac9e.js.map → phone-09daa977.js.map} +1 -1
- package/dist/rn/src/model/public_types.d.ts +1 -1
- package/dist/rn/src/platform_browser/recaptcha/recaptcha_verifier.d.ts +2 -3
- package/dist/src/model/public_types.d.ts +1 -1
- package/dist/src/platform_browser/recaptcha/recaptcha_verifier.d.ts +2 -3
- package/package.json +11 -15
- package/react-native/package.json +0 -7
package/dist/rn/index.doc.d.ts
CHANGED
package/dist/rn/index.js
CHANGED
|
@@ -2,33 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var ReactNative = require('react-native');
|
|
6
5
|
var app = require('@firebase/app');
|
|
7
|
-
var phone = require('./phone-
|
|
6
|
+
var phone = require('./phone-09daa977.js');
|
|
8
7
|
var tslib = require('tslib');
|
|
8
|
+
var ReactNativeAsyncStorage = require('@react-native-async-storage/async-storage');
|
|
9
9
|
require('@firebase/util');
|
|
10
10
|
require('@firebase/component');
|
|
11
11
|
require('@firebase/logger');
|
|
12
12
|
|
|
13
|
-
function
|
|
14
|
-
if (e && e.__esModule) return e;
|
|
15
|
-
var n = Object.create(null);
|
|
16
|
-
if (e) {
|
|
17
|
-
Object.keys(e).forEach(function (k) {
|
|
18
|
-
if (k !== 'default') {
|
|
19
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
20
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
21
|
-
enumerable: true,
|
|
22
|
-
get: function () { return e[k]; }
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
n["default"] = e;
|
|
28
|
-
return Object.freeze(n);
|
|
29
|
-
}
|
|
13
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
30
14
|
|
|
31
|
-
var
|
|
15
|
+
var ReactNativeAsyncStorage__default = /*#__PURE__*/_interopDefaultLegacy(ReactNativeAsyncStorage);
|
|
32
16
|
|
|
33
17
|
/**
|
|
34
18
|
* @license
|
|
@@ -138,41 +122,6 @@ function getReactNativePersistence(storage) {
|
|
|
138
122
|
* See the License for the specific language governing permissions and
|
|
139
123
|
* limitations under the License.
|
|
140
124
|
*/
|
|
141
|
-
/**
|
|
142
|
-
* An implementation of {@link Persistence} of type 'LOCAL' for use in React
|
|
143
|
-
* Native environments.
|
|
144
|
-
*
|
|
145
|
-
* @public
|
|
146
|
-
*/
|
|
147
|
-
var reactNativeLocalPersistence = getReactNativePersistence({
|
|
148
|
-
getItem: function () {
|
|
149
|
-
var _a;
|
|
150
|
-
var args = [];
|
|
151
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
152
|
-
args[_i] = arguments[_i];
|
|
153
|
-
}
|
|
154
|
-
// Called inline to avoid deprecation warnings on startup.
|
|
155
|
-
return (_a = ReactNative__namespace.AsyncStorage).getItem.apply(_a, args);
|
|
156
|
-
},
|
|
157
|
-
setItem: function () {
|
|
158
|
-
var _a;
|
|
159
|
-
var args = [];
|
|
160
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
161
|
-
args[_i] = arguments[_i];
|
|
162
|
-
}
|
|
163
|
-
// Called inline to avoid deprecation warnings on startup.
|
|
164
|
-
return (_a = ReactNative__namespace.AsyncStorage).setItem.apply(_a, args);
|
|
165
|
-
},
|
|
166
|
-
removeItem: function () {
|
|
167
|
-
var _a;
|
|
168
|
-
var args = [];
|
|
169
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
170
|
-
args[_i] = arguments[_i];
|
|
171
|
-
}
|
|
172
|
-
// Called inline to avoid deprecation warnings on startup.
|
|
173
|
-
return (_a = ReactNative__namespace.AsyncStorage).removeItem.apply(_a, args);
|
|
174
|
-
}
|
|
175
|
-
});
|
|
176
125
|
function getAuth(app$1) {
|
|
177
126
|
if (app$1 === void 0) { app$1 = app.getApp(); }
|
|
178
127
|
var provider = app._getProvider(app$1, 'auth');
|
|
@@ -180,7 +129,7 @@ function getAuth(app$1) {
|
|
|
180
129
|
return provider.getImmediate();
|
|
181
130
|
}
|
|
182
131
|
return phone.initializeAuth(app$1, {
|
|
183
|
-
persistence:
|
|
132
|
+
persistence: getReactNativePersistence(ReactNativeAsyncStorage__default["default"])
|
|
184
133
|
});
|
|
185
134
|
}
|
|
186
135
|
phone.registerAuth("ReactNative" /* ClientPlatform.REACT_NATIVE */);
|
|
@@ -254,5 +203,4 @@ exports.verifyBeforeUpdateEmail = phone.verifyBeforeUpdateEmail;
|
|
|
254
203
|
exports.verifyPasswordResetCode = phone.verifyPasswordResetCode;
|
|
255
204
|
exports.getAuth = getAuth;
|
|
256
205
|
exports.getReactNativePersistence = getReactNativePersistence;
|
|
257
|
-
exports.reactNativeLocalPersistence = reactNativeLocalPersistence;
|
|
258
206
|
//# sourceMappingURL=index.js.map
|
package/dist/rn/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/platform_react_native/persistence/react_native.ts","../../index.rn.ts"],"sourcesContent":["/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Persistence, ReactNativeAsyncStorage } from '../../model/public_types';\n\nimport {\n PersistenceInternal,\n PersistenceType,\n PersistenceValue,\n STORAGE_AVAILABLE_KEY,\n StorageEventListener\n} from '../../core/persistence';\n\n/**\n * Returns a persistence object that wraps `AsyncStorage` imported from\n * `react-native` or `@react-native-community/async-storage`, and can\n * be used in the persistence dependency field in {@link initializeAuth}.\n *\n * @public\n */\nexport function getReactNativePersistence(\n storage: ReactNativeAsyncStorage\n): Persistence {\n // In the _getInstance() implementation (see src/core/persistence/index.ts),\n // we expect each \"externs.Persistence\" object passed to us by the user to\n // be able to be instantiated (as a class) using \"new\". That function also\n // expects the constructor to be empty. Since ReactNativeStorage requires the\n // underlying storage layer, we need to be able to create subclasses\n // (closures, esentially) that have the storage layer but empty constructor.\n return class implements PersistenceInternal {\n static type: 'LOCAL' = 'LOCAL';\n readonly type: PersistenceType = PersistenceType.LOCAL;\n\n async _isAvailable(): Promise<boolean> {\n try {\n if (!storage) {\n return false;\n }\n await storage.setItem(STORAGE_AVAILABLE_KEY, '1');\n await storage.removeItem(STORAGE_AVAILABLE_KEY);\n return true;\n } catch {\n return false;\n }\n }\n\n _set(key: string, value: PersistenceValue): Promise<void> {\n return storage.setItem(key, JSON.stringify(value));\n }\n\n async _get<T extends PersistenceValue>(key: string): Promise<T | null> {\n const json = await storage.getItem(key);\n return json ? JSON.parse(json) : null;\n }\n\n _remove(key: string): Promise<void> {\n return storage.removeItem(key);\n }\n\n _addListener(_key: string, _listener: StorageEventListener): void {\n // Listeners are not supported for React Native storage.\n return;\n }\n\n _removeListener(_key: string, _listener: StorageEventListener): void {\n // Listeners are not supported for React Native storage.\n return;\n }\n };\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * This is the file that people using React Native will actually import. You\n * should only include this file if you have something specific about your\n * implementation that mandates having a separate entrypoint. Otherwise you can\n * just use index.ts\n */\n\nimport
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/platform_react_native/persistence/react_native.ts","../../index.rn.ts"],"sourcesContent":["/**\n * @license\n * Copyright 2019 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Persistence, ReactNativeAsyncStorage } from '../../model/public_types';\n\nimport {\n PersistenceInternal,\n PersistenceType,\n PersistenceValue,\n STORAGE_AVAILABLE_KEY,\n StorageEventListener\n} from '../../core/persistence';\n\n/**\n * Returns a persistence object that wraps `AsyncStorage` imported from\n * `react-native` or `@react-native-community/async-storage`, and can\n * be used in the persistence dependency field in {@link initializeAuth}.\n *\n * @public\n */\nexport function getReactNativePersistence(\n storage: ReactNativeAsyncStorage\n): Persistence {\n // In the _getInstance() implementation (see src/core/persistence/index.ts),\n // we expect each \"externs.Persistence\" object passed to us by the user to\n // be able to be instantiated (as a class) using \"new\". That function also\n // expects the constructor to be empty. Since ReactNativeStorage requires the\n // underlying storage layer, we need to be able to create subclasses\n // (closures, esentially) that have the storage layer but empty constructor.\n return class implements PersistenceInternal {\n static type: 'LOCAL' = 'LOCAL';\n readonly type: PersistenceType = PersistenceType.LOCAL;\n\n async _isAvailable(): Promise<boolean> {\n try {\n if (!storage) {\n return false;\n }\n await storage.setItem(STORAGE_AVAILABLE_KEY, '1');\n await storage.removeItem(STORAGE_AVAILABLE_KEY);\n return true;\n } catch {\n return false;\n }\n }\n\n _set(key: string, value: PersistenceValue): Promise<void> {\n return storage.setItem(key, JSON.stringify(value));\n }\n\n async _get<T extends PersistenceValue>(key: string): Promise<T | null> {\n const json = await storage.getItem(key);\n return json ? JSON.parse(json) : null;\n }\n\n _remove(key: string): Promise<void> {\n return storage.removeItem(key);\n }\n\n _addListener(_key: string, _listener: StorageEventListener): void {\n // Listeners are not supported for React Native storage.\n return;\n }\n\n _removeListener(_key: string, _listener: StorageEventListener): void {\n // Listeners are not supported for React Native storage.\n return;\n }\n };\n}\n","/**\n * @license\n * Copyright 2017 Google LLC\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * This is the file that people using React Native will actually import. You\n * should only include this file if you have something specific about your\n * implementation that mandates having a separate entrypoint. Otherwise you can\n * just use index.ts\n */\n\nimport { FirebaseApp, getApp, _getProvider } from '@firebase/app';\nimport { Auth } from './src/model/public_types';\n\nimport { initializeAuth } from './src';\nimport { registerAuth } from './src/core/auth/register';\nimport { ClientPlatform } from './src/core/util/version';\nimport { getReactNativePersistence } from './src/platform_react_native/persistence/react_native';\nimport ReactNativeAsyncStorage from '@react-native-async-storage/async-storage';\n\n// Core functionality shared by all clients\nexport * from './index.shared';\n\n// Export some Phone symbols\n// providers\nexport { PhoneAuthProvider } from './src/platform_browser/providers/phone';\n\n// strategies\nexport {\n signInWithPhoneNumber,\n linkWithPhoneNumber,\n reauthenticateWithPhoneNumber,\n updatePhoneNumber\n} from './src/platform_browser/strategies/phone';\n\n// MFA\nexport { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone';\n\nexport { getReactNativePersistence };\n\nexport function getAuth(app: FirebaseApp = getApp()): Auth {\n const provider = _getProvider(app, 'auth');\n\n if (provider.isInitialized()) {\n return provider.getImmediate();\n }\n\n return initializeAuth(app, {\n persistence: getReactNativePersistence(ReactNativeAsyncStorage)\n });\n}\n\nregisterAuth(ClientPlatform.REACT_NATIVE);\n"],"names":["STORAGE_AVAILABLE_KEY","app","getApp","_getProvider","initializeAuth","ReactNativeAsyncStorage","registerAuth"],"mappings":"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"}
|
package/dist/rn/index.rn.d.ts
CHANGED
|
@@ -14,19 +14,18 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
+
/**
|
|
18
|
+
* This is the file that people using React Native will actually import. You
|
|
19
|
+
* should only include this file if you have something specific about your
|
|
20
|
+
* implementation that mandates having a separate entrypoint. Otherwise you can
|
|
21
|
+
* just use index.ts
|
|
22
|
+
*/
|
|
17
23
|
import { FirebaseApp } from '@firebase/app';
|
|
18
|
-
import { Auth
|
|
24
|
+
import { Auth } from './src/model/public_types';
|
|
19
25
|
import { getReactNativePersistence } from './src/platform_react_native/persistence/react_native';
|
|
20
26
|
export * from './index.shared';
|
|
21
27
|
export { PhoneAuthProvider } from './src/platform_browser/providers/phone';
|
|
22
28
|
export { signInWithPhoneNumber, linkWithPhoneNumber, reauthenticateWithPhoneNumber, updatePhoneNumber } from './src/platform_browser/strategies/phone';
|
|
23
29
|
export { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone';
|
|
24
|
-
/**
|
|
25
|
-
* An implementation of {@link Persistence} of type 'LOCAL' for use in React
|
|
26
|
-
* Native environments.
|
|
27
|
-
*
|
|
28
|
-
* @public
|
|
29
|
-
*/
|
|
30
|
-
export declare const reactNativeLocalPersistence: Persistence;
|
|
31
30
|
export { getReactNativePersistence };
|
|
32
31
|
export declare function getAuth(app?: FirebaseApp): Auth;
|
package/dist/rn/internal.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var phone = require('./phone-
|
|
5
|
+
var phone = require('./phone-09daa977.js');
|
|
6
6
|
var tslib = require('tslib');
|
|
7
7
|
var util = require('@firebase/util');
|
|
8
8
|
var app = require('@firebase/app');
|
|
@@ -7561,7 +7561,7 @@ function multiFactor(user) {
|
|
|
7561
7561
|
}
|
|
7562
7562
|
|
|
7563
7563
|
var name = "@firebase/auth";
|
|
7564
|
-
var version = "0.23.2-canary.
|
|
7564
|
+
var version = "0.23.2-canary.684bb4e45";
|
|
7565
7565
|
|
|
7566
7566
|
/**
|
|
7567
7567
|
* @license
|
|
@@ -8206,6 +8206,7 @@ var DEFAULT_PARAMS = {
|
|
|
8206
8206
|
*/
|
|
8207
8207
|
var RecaptchaVerifier = /** @class */ (function () {
|
|
8208
8208
|
/**
|
|
8209
|
+
* @param authExtern - The corresponding Firebase {@link Auth} instance.
|
|
8209
8210
|
*
|
|
8210
8211
|
* @param containerOrId - The reCAPTCHA container parameter.
|
|
8211
8212
|
*
|
|
@@ -8222,10 +8223,8 @@ var RecaptchaVerifier = /** @class */ (function () {
|
|
|
8222
8223
|
* the sitekey. Firebase Auth backend provisions a reCAPTCHA for each project and will
|
|
8223
8224
|
* configure this upon rendering. For an invisible reCAPTCHA, a size key must have the value
|
|
8224
8225
|
* 'invisible'.
|
|
8225
|
-
*
|
|
8226
|
-
* @param authExtern - The corresponding Firebase {@link Auth} instance.
|
|
8227
8226
|
*/
|
|
8228
|
-
function RecaptchaVerifier(containerOrId, parameters
|
|
8227
|
+
function RecaptchaVerifier(authExtern, containerOrId, parameters) {
|
|
8229
8228
|
if (parameters === void 0) { parameters = tslib.__assign({}, DEFAULT_PARAMS); }
|
|
8230
8229
|
this.parameters = parameters;
|
|
8231
8230
|
/**
|
|
@@ -9045,4 +9044,4 @@ exports.updateProfile = updateProfile;
|
|
|
9045
9044
|
exports.useDeviceLanguage = useDeviceLanguage;
|
|
9046
9045
|
exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
|
|
9047
9046
|
exports.verifyPasswordResetCode = verifyPasswordResetCode;
|
|
9048
|
-
//# sourceMappingURL=phone-
|
|
9047
|
+
//# sourceMappingURL=phone-09daa977.js.map
|