Swift: Firebase 3 - Installing SDK using Cocoapods and Saving Users into Database (Ep 2)

preview_player
Показать описание


iOS Basic Training Course:

Completed Source Code

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

Totally in love with storyboard-free iOS app development . You're awesome .

shivamroy
Автор

Honestly as a new iOS developer your videos and design are amazing!! You definitely have the attention to detail piece down. I would recommend a video talking about some of the keyboard shortcuts you use when writing these apps. You just seem to zoom through a majority of the code and i'm sure an overview of shortcuts would be nice and help improve workflow. All in all, you definitely have some of the best tutorials on iOS programming on youtube. I'm still adjusting to your "no storyboard" way of life but it grows on me with each video!

marcaupont
Автор

Even as an android developer, i can REALLY appreciate these videos

damionreid
Автор

Hi there

I must tell your videos are just awesome
Doing great job serving the community and hope you would continue with the same spirit.

Thumbs Up!!!

Love from India

bhavib
Автор

For all of those people that are struggling with the directory, pod init step and getting a, Command not found -bash error. do this. plug this line into your terminal. let it run until it's done fetching. then try doing the steps brian talks about again. Cheers.

sudo gem install cocoapods

dukeofaachen
Автор

Hey, you don't actually need to reference the database with url. You can just reference without URL because your Googleinfo-plist already have the URL. Nice tutorial btw

FatBoySlimIt
Автор

Very nice tutorial. Easy to understand and go through. Appreciate your effort in explaining in detail. Thank you!!

sheshadrinath
Автор

Using your videos to create my dissertation application! Thank you so much 😍

napoligiovy
Автор

Using this video as reference this Feb 2018. Done w/ part 1 and part 2 :) Great videos!

rhandee
Автор

when you use vi, you can also save and quit by using the :x command instead of :wq

zackperdue
Автор

Cant say enough thanks for all these videos my friend!

MrAndypf
Автор

Hi im in love with how you code and you explain it perfectly. everything is working perfectly apart from one thing, its not updating the database - only updating the authentication.. can u help?

chloerobinson
Автор

TIP for recruits: On the simulator is pretty easy to fill text views in when system keyboard hide. But in a real device you must implement delegate and set for each textfield.delegate = self

denyar
Автор

Thanks so much! Quick question. In most of the other Firebase tutorials and test apps I've built, I needed to change the read and write rules to make the database public. Why did we not have to do this here?

nerdswhosell
Автор

Great!! Was looking for this tutorial series for long.. Thanks :)

heyrahulrs
Автор

Hey Brian, I am to following your wonderful series and hit a roadblock (I'm using swift 4). How do I complete the createUser function in swift 4? 17:07

JaskeeratBrar
Автор

First off your videos are awesome! Thank you for taking the time to make these. And I have a quick question. Do the constraints added apply to all different devices sizes?

daniel.wendel
Автор

It is really helpfully your Firebase tutorial, I´m really improve my skills on Swift, thank´s a lot my friend!

elira
Автор

This is awesome Brian! love all your videos. Are you planning on doing any for apps that are heavy on maps/ location like uber or google maps?

danOH
Автор

Awesome! Learnt how to use guard statements today. I noticed that you put the "let ref" inside of the handleRegister() method. My question is If I need to use the reference multiple times in multiple classes, is it a good practice to make it a public constant?

joshivanilla
visit shbcf.ru