Swift: Firebase Chat App Part 5 - Database Set Up (Real-time) - Xcode 11 - 2023

preview_player
Показать описание
In this video we will set up the firebase real time database for our RealTime Chat App in Swift series. We will be using the database to save user data, chat data, messages, and more. We will also look at saving user logged in session state.

#swift #firebase #database

** Get Skillshare free for 2 Months and learn iOS

** Manage all your investments from app earnings on Betterment!

** Grow your own Youtube tech channel with TubeBuddy:
Рекомендации по теме
Комментарии
Автор

Real this tutorial is best in youtube and so understandable
Thanks bro

swift_with_dilshod
Автор

This tutorial has so much value, I really appreciate it!

tendies
Автор

hey men thank you for these tutorials, really helpful

ivangomezvip
Автор

Having a ton of fun following along. Thanks for doing this :)

heyfuturejesse
Автор

If you used a physical device instead of a simulator, and can't log out. Try adding this to your viewDidLoad in conversationsVC:

do {
try
} catch {
print("could not sign out")
}

iOSDeepDive
Автор

Tutorials are superb with great explanation. Really helpful for iOS devs. Thanks

sarthakmishra
Автор

On the sign up page, I did :

if textField == firstNameF {


} else if textField == lastNameF {

emailF.becomeFirstResponder()
} else if textField == emailF {


} else if textField == passwordF {
signupBntTapped()
}

However, when first name or last name field is selected when tapping return(continue), nothing happens. I'm not sure where went wrong with the code. email field -> password field -> signupfunction() works fine. But firstname field cant go to lastname field nor lastname field to email field.

Great Series!! Thank you for doing this.

dvwannabe
Автор

Good Structre, Sperb Explaintations, Great VDOs brother Thanks Its Help to us Thanks Onece again :)

hitenparmar
Автор

Loving this series so far! Just found your channel couple days ago. Liked and subscribed

mattmartindale
Автор

12:03 I finished the series, but you didn't revisit the rules. I keep getting notifications about this insecure rule from Firebase. Could you guide us on how would you have implemented the rules?

jamesssssss
Автор

Nice video, just one point If user exists firebase email login will throw error it will not allow duplicate email

Prashant-
Автор

Please could you tell us what is the short key for handle curly braces? When you removed the extension and again added an extension and just use the short key and close curly braces was on end.

iosprogramming
Автор

Another fantastic video my friend! I’m so happy your not one of those guys that starts a series and doesn’t finish it lol just one question, will the replacing the characters in the email mess with validation at all? Or will it still validate the email in its original format?

phillip
Автор

Hey this is such a great video. I'm just curious on one thing though. Why don't you create a database with key UserProfile and then store email, firstName and LastName as their child. Maybe that way the initial crash due to key name validation wouldn't occur. Also really appreciate for the consistency and hope to see more of these. Also hope that there is upcoming playlist for interview series like this one.

sarojtiwari
Автор

Where do we find the GitHub associated with the git push, please ?

arthurlesage
Автор

It's not relevant to main topic but I really curious about your chrome theme :) Can someone tell me how I can do it?

jasonnnbourne
Автор

Hello, thanks for this series, I'm enjoying this course XD, I would like to know how can I use XMPP with Swift ?

phenvrc
Автор

Hi there, not sure if you still read comments here but I followed each step with you but at the end when I run the program, I just get a blank white page. I don't know why.

opticalpalm
Автор

On my iphone only the red screen remains, does anyone know why?

francisconavarrete
Автор

I've been following along exactly, and I am currently trying to run the test() function to write sample data to the database. I've installed and imported FirebaseDatabase, and I'm not getting any errors, but the database is not updating. My app is added to the Firebase project and the read/write permissions of the database are set to true. I can't find anyone having similar issue on Google. Any idea what might be going on?

melissamullen