-
Hey guys, I'm starting to develop an application with react-native-firebase-auth and I miss the multi-tenant support, to integrate with the multi-tenant Google Identity Platform. This feature will be developed in future versions? https://cloud.google.com/identity-platform/docs/multi-tenancy-quickstart I saw the firebase android SDK docs, and I think it needs to map the "setTenantId" and "getTenantId" functions from native SDK. https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuth?authuser=0 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I don't we have plans at current, though these things evolve. https://github.com/invertase/react-native-firebase/blob/master/tests/README.md |
Beta Was this translation helpful? Give feedback.
-
We need this feature as well. If I understand the auth flow correctly, it comes down to adding the tenantId to the "login call". Unfortunately we don't have any Java and/or Swing programmers at hand. |
Beta Was this translation helpful? Give feedback.
-
Hey @kmr299 @Madsim ! 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 @kmr299 @Madsim ! 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