-
I would like to achieve that ( but @react-native-firebase/auth don't seems to have a listener that allow to detect a new user (onCreate or onDelete). Is it possible with @react-native-firebase/auth ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If it's not documented in the https://rnfirebase.io/reference/auth area, and/or does not exist on the underlying SDKs
...then no, and I don't think it does? There are a few cases where the "Admin SDK" (which you have access to in the functions environment on the cloud servers) has methods not available to the client libraries and this feels like it would be one of them |
Beta Was this translation helpful? Give feedback.
If it's not documented in the https://rnfirebase.io/reference/auth area, and/or does not exist on the underlying SDKs
...then no, and I don't think it does? There are a few cases where the "Admin SDK" (which you have access to in the functions environment on the cloud servers) has methods not available to the client libraries and this feels like it would be one of them