How to validate mobile number in reactjs with help of firebase - reactjs

How to validate mobile number in reactjs with help of firebase. I just want add mobile number after user login with help of email-password or google sign in pop-up.

Related

Social login with Cognito on React Native and React

I have a problem that I using Amplify for social login on web application, now I have to add social login function for mobile application. But I find that redirect url for mobile is myapp:// in order to use deeplink. How can I use redirect url on web as deepLink on mobile for action back to my mobile app after user sign-in with Google, Facebook?
Thanks in advance!

Reactjs firebase google authentication showing project id instead of Public-facing name

In my reactjs project, I use firebase 9.6.11 for email, google and facebook authentication.
When I call the signInWithPopup() and google sign in form, Sign in
to continue to show projectid.firebaseapp.com. I have already update Public-facing name at firebase's project setting.
Even though I have add custom domain, google sign in for redirect link also using projectid.firebaseapp.com url.
My project is hosting on firebase hosing and link with web app.
If anyone facing this issue, please follow the step in here Step to change custom domain
For me, I forgot to enter OAuth 2.0 Client IDs's redirect url

Integrate g-suite (google) for signup and get user roles in desktop application

I am developing a desktop application using react electron boilerplate.
I need to integrate google signup, but it will not work since google providing the token in a redirect url.
Since it is a desktop application, I cannot fetch values from a url.
https://github.com/chentsulin/electron-react-boilerplate
How can I use google authentication and g-suite APIs in my app.
Help would be very much appreciated.

How do I can differentiate the customer login and admin login in the firebase?

I am Developing an web app which is based upon React and firebase in that I am using email and password for signing in and signup, so I want to differentiate the admin and customer.
How it possible in Firebase? Please suggest me to resolve my issues.

iOS native Salesforce login

I wonder if there is any sample code for an iOS native login screen using Salesforce mobile sdk. The sample apps from Salesforce all use Salesforce standard web login page. I wanted to customise it and add more Sso buttons.
You can auth users to SFDC without using their login page. It is just REST.

Resources