React Native Firebase Authentication

preview_player
Показать описание
React Native Firebase Authentication

Using react native we and firebase we will perform some react native firebase login with google, as well as phone, password with email and even anonymous logins.

React native firebase auth tutorial will cover all these. Ideally, if you want to use the rnfirebase authentication library in more detail, check out their full documentation at:

In this video we will take a look at:
- What React Native Firebase Authentication is
- How to install react native firebase authentication
- Setting up extra requirements for sign in services with Firebase
- Performing a firebase auth anonymous login example
- Performing a react native login with email and password
- Performing a google sign in using firebase
- Performing a phone verification login with verification code sign in

There are more methods than just this, such as using social media sign-in methods, and you can take a look at these too if you wish via the documentation.

Be aware you will need to original react native firebase app module installed in order to use these sign in methods.

Learn Design for Developers!
A book I've created to help you improve the look of your apps and websites.

Feel free to follow me on:

Software & Discounts:

Computer Gear:

Camera Equipment:
Рекомендации по теме
Комментарии
Автор

I am trying to grow my channel, so if you find this video useful, #subscribe & hit the #bell :) Thanks for watching and hope you liked and learnt something new!

AdrianTwarog
Автор

Phone authentication not working in react native mobile app, it has something to do with recaptchaVerifier plz help

swapnilagrawal
Автор

How to firebase phone auth in react native for expo

sagar
Автор

Great showcase of using Firebase Auth with React Native!
Could you please break out your components into separate files, it's driving me crazy 🤣

ryanmilton
Автор

doesn't work for me...nothing happens after i press sign in

panki
Автор

Can you please make youtube clone app using reactnative and firebase

heyjaseem
Автор

Hey loving the react native content, was wondering if you are able to go over firebase dynamic links implementing it and creating referral codes for rewards for users sharing the link

karanpatel
Автор

I have a problem with Google Signin:

Possible Unhandled Promise Rejection (id: 0):
Error: DEVELOPER_ERROR
Error: DEVELOPER_ERROR


😢

KenyiHerryAlcantaraAstete
Автор

Found this tutorial very helpful

But I am getting this error when I'm clicking on the google sign in button, after signing in through email

Possible Unhandled Promise Rejection (id: 2):
Error: A non-recoverable sign in failure occurred

KiranKumar-sbti
Автор

Your videos about react native firebase are extremely helpful. Thank you for making these videos

GutsToCuts
Автор

I'm try ./gradlew signingReport but I got a message:

FAILURE: Build failed with an exception. Can u help me?

quangtranvan
Автор

Cool videos. However, are you sure you are from Australia? Adrian Twaróg (eng: curd) sounds very polish.

kamil
Автор

Watched at 1.5 speed still got everything clear. Amazing tutorial

prateeksadhwani
Автор

Soo much simple straight and the way you speak is soo understandable. Keep up the Amazing Work.💖

DevRehan
Автор

firebase web sdk requires you to set firebase.js config, initialize app and auth. is that step required with react-native-firebase ?

satyak
Автор

Your contents are mind-blowing and the way you convey is outstanding Adrian. Thank you so much for the great work, KEEP IT UP!!

muhammadmohsinraoof
Автор

When I run after anonymous sign in I keep receiving "Native module cannot be null." Would you happen to know why I am receiving this error?

Phenom
Автор

async function confirmCode() {
try {
await confirm.confirm(code);
} catch (error) {
console.log('Invalid code.');
}
}
console.log('Invalid code.'); always show message invalid code in android but in ios working.
pls provide solution
invalid code only in android

shivsagarsagar
Автор

When you jumped right into the code, you didn't have to set anything previusly? I am getting the error... "you attempted to use a firebase module that is not installed firebase.auth()"

Prizax
Автор

could you please publish the soucecode, I am getting errors because I have to call things like firebase.initializeApp and you don't get cause you probably do this but how where and why??

Noah-vmid