-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Followers] Lookup Phone Number #49
Comments
I added a new method
We can also get several users with the
|
Can you push your branch, and let's make a PR for this, then I will start mapping out what more we need for this feature that we currently know of. |
The branch is already pushed : feat/get-user-by-phone-number |
You can open a PR and we can take a look at it and see if it needs more work or if we can merge it |
I opened the PR. |
For the followers feature in the future the backend needs to be able to use a phone number from a users contacts to fetch userIds. We store the users phone number with Firebase Authentication. It seems the userId across the backend and Firebase is the same so assuming we can fetch users from Firebase using their phone number it should then be simple to do the rest in the backend with the
findUserByIdOrFail
function.The text was updated successfully, but these errors were encountered: