-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Needs AttentionWorkflow: Needs ReviewPending feedback or review from a maintainer.Pending feedback or review from a maintainer.impact: web-implementationAn API in RNFB does not conform to the Firebase Web SDKAn API in RNFB does not conform to the Firebase Web SDKplugin: authenticationFirebase AuthenticationFirebase Authenticationtype: enhancementImplements a new FeatureImplements a new Feature
Description
#7530 added support for setting the auth domain when calling initializeApp
, but since we never do that manually for the default app that solution doesn't help in that case. #7523 (comment) claims that you can set it through your GoogleServices-Info.plist
/google-services.json
instead. Correct me if I'm wrong, but this doesn't seem to actually be the case. https://cloud.google.com/identity-platform/docs/show-custom-domain#java only shows ways to do it at runtime and I haven't gotten it to work through the config files.
For this reason it would be useful if the auth instance exposed something like a setCustomAuthDomain
function that took in the auth domain and just proxied to those native functions to set it.
Metadata
Metadata
Assignees
Labels
Needs AttentionWorkflow: Needs ReviewPending feedback or review from a maintainer.Pending feedback or review from a maintainer.impact: web-implementationAn API in RNFB does not conform to the Firebase Web SDKAn API in RNFB does not conform to the Firebase Web SDKplugin: authenticationFirebase AuthenticationFirebase Authenticationtype: enhancementImplements a new FeatureImplements a new Feature