Have anyone succeeded in creating new user in Cloud Functions using firebase-admin? My goal is simple, create a new user with phone number, and return the new uid so I can proceed to create a new user entry in Firestore. Has anyone successfully accomplished this and are generous enough to share your codes?
How to create new user in Cloud Functions?
Custom Code
I've tried to implement this but failed to acquire the return uid value and failed to log to verify the function executed properly.
Yes
2
1 reply