This message was deleted.
# general
m
This message was deleted.
๐Ÿคฉ 1
s
I know that @kind-fireman-77262 did that, they basically have all database functionality still with firebase, but use Ory for auth. IIRC they have implemented some kind of proxy that does the session lookup with Kratos (whoami) and then encodes the relevant data about that in a JWT to then be used for firebase custom auth https://firebase.google.com/docs/auth/web/custom-auth But I might have mis-remembered something ๐Ÿ˜…
a
We only use Firebase for auth actually we donโ€™t use their DB
s
ah, so it is about migrating the user data and credentials?
a
yep
๐Ÿ™‚
s
There is a PR in progress that adds support for firebase PW hashes https://github.com/ory/kratos/pull/2734 that's all I know about that... ๐Ÿ˜…
e
@alert-painter-66256 just curious - why? Are you coming from Firebase legacy or Firebase with Google Cloud Identity Platform?
a
Firebase legacy (I think)
definitely not the other one
e
https://cloud.google.com/identity-platform/docs/product-comparison You do not have multi-user accounts or tenants/orgs? What about Ory Cloud wins (not disagreeing, just learning)?