-
Is it possible to set tenantID on auth? It seems that the native module supports this but I haven’t been able to get it to work via JavaScript. Google Cloud Identity allows you to create tenants and the firebase.js library allows you to pass the tenant id to auth() to authenticate against a tenants users. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you can provide a link to the underlying API on both firebase-ios-sdk and firebase-android-sdk plus the link to firebase-js-sdk for an idea of the API shape we should mimic, then likely yes? A PR to implement the same would be the way to guarantee it was done - dev onboarding setup here to allow for developing the API wrapper https://github.com/invertase/react-native-firebase/blob/master/tests/README.md |
Beta Was this translation helpful? Give feedback.
-
Hey @rshibli ! This is coming soon, there's a PR #5004 courtesy of @xianlinbox - it is nearly in shape to merge (I need to review again, but it is looking good) - you should subscribe to it and look for it in next release notes |
Beta Was this translation helpful? Give feedback.
Hey @rshibli ! This is coming soon, there's a PR #5004 courtesy of @xianlinbox - it is nearly in shape to merge (I need to review again, but it is looking good) - you should subscribe to it and look for it in next release notes