-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Keep Openavoids the stale botavoids the stale botNeeds Attentionhelp: needs-triageIssue needs additional investigation/triaging.Issue needs additional investigation/triaging.platform: macOS (Other)plugin: authenticationFirebase AuthenticationFirebase Authentication
Description
Is there an existing issue for this?
- I have searched the existing issues.
Please confirm you are aware of the 'Other' platform limitations.
- I confirm that issue is not relating to a known platform limitation.
Please confirm, this issue is NOT for Android or iOS?
- I confirm that this issue is not for Android and not for iOS.
Please describe your issue here.
When using auth module on web, usage of these methods
Located in auth\lib\index.js
throw exceptions :
NativeFirebaseError: [auth/unsupported] This operation is not supported in this environment
for
this.native.configureAuthDomain();
NativeFirebaseError: [auth/unknown] "" is not a function
for
this.native.addAuthStateListener();
this.native.addIdTokenListener();
this.native
.signInWithCustomToken(customToken)
.then(userCredential => this._setUserCredential(userCredential));
Firebase app, firestore & database are initiated without any issues.
Additional context and comments
No response
kyawthura-gg, euharrison, kerwanp and UltimatumGamer
Metadata
Metadata
Assignees
Labels
Keep Openavoids the stale botavoids the stale botNeeds Attentionhelp: needs-triageIssue needs additional investigation/triaging.Issue needs additional investigation/triaging.platform: macOS (Other)plugin: authenticationFirebase AuthenticationFirebase Authentication