UNITY Tutorial : Email Authentication using Firebase

  Рет қаралды 8,882

Vikings Devlogs

Vikings Devlogs

3 жыл бұрын

In this video, we'll step by step be integrating Email and Password login using Firebase Authentication in Unity.
......................................................................................
►Firebase Console: console.firebase.google.com/
►Firebase Documentation: firebase.google.com/docs/auth...
►Starter Project: github.com/firebase/quickstar...
......................................................................................
✔✔ Follow us:
●Instagram: / tech_vikings​
●Twitter: / vikings__tech​
●LinkedIn: / tech-vikings
#GameDev #Unity3d #Firebase

Пікірлер: 40
@satchithkp
@satchithkp Жыл бұрын
Thank you for this video. Instructions are very clear and precise. Appreciate the work.
@LA-dm6kj
@LA-dm6kj Ай бұрын
Thank you, clear and concise. Very helpful.
@rodezzelporciuncula4355
@rodezzelporciuncula4355 2 жыл бұрын
hi there, can you please do a video tutorial how to connect this signup or login to realtime database?
@unityindia2394
@unityindia2394 2 жыл бұрын
hey..i got issue with async betweeen task whenever i click on my sign up button then error occur help me out
@sayedanowar3628
@sayedanowar3628 4 ай бұрын
Many Many Thanks. Could you please make a video on making a leaderboard using firebase
@BoltGoesPro
@BoltGoesPro 5 ай бұрын
Also, do you happen to teach 2 factor authentication?
@cosmiccube2961
@cosmiccube2961 2 жыл бұрын
How can we make it works on build Mode?
@RajPatil-jx2qd
@RajPatil-jx2qd Жыл бұрын
can you make video on how to verify email before sign up so that no one can do fake login?
@BoltGoesPro
@BoltGoesPro 5 ай бұрын
Does this work with all emails? Or just Google Emails
@Zaky-ne7zi
@Zaky-ne7zi 4 ай бұрын
where and how do i import the new console
@selenayeo2179
@selenayeo2179 2 жыл бұрын
can u do for "forget password?"
@TegarPenemuan
@TegarPenemuan 3 жыл бұрын
the tutorial is cool, I imported the firebase sdk but it doesn't appear all check and when it's checked it can't. what do I have to do ??
@VikingsDevlogs
@VikingsDevlogs 3 жыл бұрын
Hi, Unity does a check on all the files that are already in your project and automatically 'unchecks' them for import. Can you please check if that is the case ? You can look up unchecked files in your project and if they are already there, you are good to go!
@rajasekharanarunthampi7885
@rajasekharanarunthampi7885 3 жыл бұрын
Do you have ios module installed ?
@cruztriziaannei2825
@cruztriziaannei2825 2 жыл бұрын
How about after logging in successfully how to connect it to another scene like home page, and if the email is not correct it will not go to the home page.
@VikingsDevlogs
@VikingsDevlogs 2 жыл бұрын
You can use SceneManager to navigate the user to different scenes based on the result of the login. You can also store the user auth data in PlayerPrefs, that can be used by other scenes(For example: email, time of authentication etc.). You can refer to the following links: 1. answers.unity.com/questions/1369393/how-to-switch-between-scenes.html 2. answers.unity.com/questions/1325056/how-to-use-playerprefs-2.html
@karangupta9113
@karangupta9113 2 жыл бұрын
why your log text didnt update
@saykharkee4375
@saykharkee4375 11 ай бұрын
bro how to solve this error in console? Assembly 'Assets/ExternalDependencyManager/Editor/1.2.177/Google.IOSResolver.dll' will not be loaded due to errors: Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector.
@hafsasheikh9511
@hafsasheikh9511 7 күн бұрын
you can ignore it!
@rajasekharanarunthampi7885
@rajasekharanarunthampi7885 3 жыл бұрын
Please will there be a second part to this vid if it has been posted can you please reply link
@VikingsDevlogs
@VikingsDevlogs 3 жыл бұрын
You can checkout our other videos on firebase here: kzbin.info/aero/PLUy2aVQWoHJekPXbuoQNnlybixxa68gY9 Do let us know if there's any specific topic you're looking for.
@o.pedrobenetti
@o.pedrobenetti Жыл бұрын
where can i find this "Canvas" you use for example?
@akhilmishra3258
@akhilmishra3258 4 ай бұрын
hey mate I was gonna say the same, were you able to get any canvas for the login system ? If yes please help !
@o.pedrobenetti
@o.pedrobenetti 4 ай бұрын
@@akhilmishra3258 Hey man, it's been a year since I worked on this project and I don't think I even have it anymore, but from what I vaguely remember I did it manually by watching UI tutorials in Unity, if that's what you meant
@akhilmishra3258
@akhilmishra3258 4 ай бұрын
@@o.pedrobenetti Yeah mate, I did the exact as well ! Watched a few tutorials and made a simple UI , now I have to integrate the firebase thing at last !
@anonymous-c1j4r
@anonymous-c1j4r 2 жыл бұрын
A tutorial on login using phone number
@benn_y
@benn_y 3 жыл бұрын
Hey bro which collage did you study?
@VikingsDevlogs
@VikingsDevlogs 3 жыл бұрын
Hey, this channel is being managed by 5 people. All of us study in BITS Pilani, Goa Campus.
@benn_y
@benn_y 3 жыл бұрын
@@VikingsDevlogs oh ok thanks Does it have a specific course for game development?
@VikingsDevlogs
@VikingsDevlogs 3 жыл бұрын
@@benn_y Not really, all of us have been learning on our own
@benn_y
@benn_y 3 жыл бұрын
@@VikingsDevlogs ok that's great!
@NamTran-hb2te
@NamTran-hb2te Жыл бұрын
Very clear tutorial. However your indentation is hell mate.
@cumhursivakcigil
@cumhursivakcigil Жыл бұрын
Firebase.Auth.FirebaseUser newUser = task.Result; SET with below Firebase.Auth.FirebaseUser newUser = task.Result.User;
@crypticretpyrc8819
@crypticretpyrc8819 Жыл бұрын
oh god you are a life saver I've been on this for almost 3hours
@zh6256
@zh6256 Жыл бұрын
DANGGG bro you saved my life too, thanks for the wonderful suggestion!
@kamlakshsingh5977
@kamlakshsingh5977 5 ай бұрын
@@crypticretpyrc8819 exactly!! i've been trying to solve it since last 2 hours and was about to change the whole code thing.
@kamlakshsingh5977
@kamlakshsingh5977 5 ай бұрын
Thank you sooo much!!!!!!
@cumhursivakcigil
@cumhursivakcigil 5 ай бұрын
@@crypticretpyrc8819 ❤️
Understanding Firebase Security Rules
4:47
Vikings Devlogs
Рет қаралды 4,2 М.
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 538 М.
Дарю Самокат Скейтеру !
00:42
Vlad Samokatchik
Рет қаралды 8 МЛН
Red❤️+Green💚=
00:38
ISSEI / いっせい
Рет қаралды 77 МЛН
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 24 МЛН
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 72 МЛН
How NVIDIA just beat every other tech company
9:20
Mrwhosetheboss
Рет қаралды 1,3 МЛН
Adding Firestore to your Unity game - Firecasts
16:06
Firebase
Рет қаралды 14 М.
Firebase & Unity | Login & Register | Advanced Account Tutorial #1
12:56
The Unreasonable Effectiveness Of Plain Text
14:37
No Boilerplate
Рет қаралды 593 М.
Why I Don't Use Else When Programming
10:18
Web Dev Simplified
Рет қаралды 1,2 МЛН
Firebase Firestore in Unity | How to send and retrieve data
8:25
Vikings Devlogs
Рет қаралды 18 М.
Firebase in 100 Seconds
2:35
Fireship
Рет қаралды 673 М.
Дарю Самокат Скейтеру !
00:42
Vlad Samokatchik
Рет қаралды 8 МЛН