Happy to see you back Nick! I have one question. Is it possible to move our data from Firebase to another database later after we create our own database?
Looking forward for more videos. Can you suggest/make a video on how to sync my data(notes with images) with google signin/drive account so that I can retrieve on my another iphone/ipad? Is firebase enough for this?. I would like to use google drive as my syncing mechanism. Video on syncing large could be useful too :)
Thank you. I really like the swift package manager. However, I cannot select the packages so I have to include them all. This probably changed in a update.
I decided to continue on even though I wasn't getting the Console logs you said to look for around 18:10 in this video. I'm able to use Authentication in my app like create user, login and sign out. I'm also able to use Firebase Storage in my app. Everything works fine but I'm not getting those Console logs. Can you help me make sense of this
@@SwiftfulThinking I added FirebaseConfiguration.shared.setLoggerLevel(.debug) directly above FirebaseApp.configure() and now I'm getting the console logs!!! I'm embarrassed on how long this has tripped me up but I'm just happy to be able to move on. Thanks for the help Nick
ive done some of this before. but weirdly this time swift package manager under "chose" has no check boxes so I kind of have to pick all, also the target is set to none which is a bit weird as like you say it will slow my build time. its ok I guess for following along for this tutorial playlist but I hope its not permanent - just a bit weird
I was having the same issue. Turns out we can set the log level when you configure Firebase. In the @main of your app where we init(){ FirebaseApp.configure() } Simply add FirebaseConfiguration.shared.setLoggerLevel(.debug) directly above FirebaseApp.configure().
Import Firebase does not work on my xcode, It just keeps saying no such modele .Im not sure if it's cause xcode has upgraded since this video has been made
Really excellent explanation. If I may say, that you need to add that one needs to be apple developer to do that (I just learnt this as I am new noticing things don't work otherwise (of course)). However, also, I get an error message loading the firebase-ios-sdk.git files saying for instance "could not resolve package graph. cannot continue". and a whole list of stuff like for example "failed validating archive from "https .... swiftpm/10.27.0/FirebaseAnalysitics.zip" which is required by binary target "FirebaseAnalyticsWithoutAdId": Could not find executable for "unzip". Am I missing an unzip file maybe? Thanks for any help. Hope that is something also others on here encounter
Hello Nick, Trying to follow this tutorial but I am having issues to connect to Firebase 2023-05-20 20:25:41.370620+0100 reservation[24035:243446] [connection] nw_proxy_resolver_create_parsed_array [C2.1 proxy pac] Evaluation error: NSURLErrorDomain: -1003
Awesome tutorial! I love how you explain complex topics in plain English, kinda like sitting next to a dev friend. Great job, dude, keep 'em coming!
It is so exciting to see you back, Nick!!! Look forward to another great series from the master!
I hope it meets your expectations 🥵
Always excited for new videos! Five months old this video is but it’s still new for me!
I am happy to see you again Nick. Welcome
Good to see you back Nick, you came back in the right time Thanks ;)
Thanks!
I am having trouble with "cannot find type 'UIApplicationDelegate' within scope
Welcome back! Good to see and hear you again 🎉
Hey, thanks!
Waiting for the next one... 🙃🙂
You are back!!!! I can't be happier. Thanks a lot brother. Keep it up.
Thanks!!
I'm so glad to see you again, your tutorials really helped me a lot, thank you for always making great videos!!!
Thanks Ryan! Glad to hear that.
Welcome back Nick 🎉
Thanks Robi!
Glad to see you back! Looking forward to your videos and knowledge. Thank you
Hey David! Glad to see you're still here. Thanks!
Good to see you again ❤️❤️.. N excited to learn ... Lets gooooooo😍
Thank you... let's gooooo 😀
Can’t wait to learn new stuff🎉❤ Thanks Nick
Waiting for the #2 video. :)
should we configure firebase with app delegate or without it? which one is more universal
So good to see you back 😍😍😍
Thanks Prashant!
amazing and super easy thanks from Mexico
Xcode 15.2 any good? Or i should use 15.0 ? And should I create a source file for Appdelegate?
Happy to see you back Nick! I have one question. Is it possible to move our data from Firebase to another database later after we create our own database?
Technically that’s always possible with any database but I haven’t covered it in this playlist… or ever had to do that for a prod app
Looking forward for more videos.
Can you suggest/make a video on how to sync my data(notes with images) with google signin/drive account so that I can retrieve on my another iphone/ipad?
Is firebase enough for this?. I would like to use google drive as my syncing mechanism. Video on syncing large could be useful too :)
Thank you. I really like the swift package manager. However, I cannot select the packages so I have to include them all. This probably changed in a update.
I decided to continue on even though I wasn't getting the Console logs you said to look for around 18:10 in this video. I'm able to use Authentication in my app like create user, login and sign out. I'm also able to use Firebase Storage in my app. Everything works fine but I'm not getting those Console logs. Can you help me make sense of this
You can set the log level when you configure Firebase
@@SwiftfulThinking Thanks man! I'll look into that.
@@SwiftfulThinking I added FirebaseConfiguration.shared.setLoggerLevel(.debug) directly above FirebaseApp.configure() and now I'm getting the console logs!!! I'm embarrassed on how long this has tripped me up but I'm just happy to be able to move on. Thanks for the help Nick
good overview in first 5 min. was wondering why everyone is using it.
Thanks a lot. Really helpful.
ive done some of this before. but weirdly this time swift package manager under "chose" has no check boxes so I kind of have to pick all, also the target is set to none which is a bit weird as like you say it will slow my build time. its ok I guess for following along for this tutorial playlist but I hope its not permanent - just a bit weird
I can't see console logs for firebase configured, what am i doing wrong???
I was having the same issue. Turns out we can set the log level when you configure Firebase. In the @main of your app where we init(){ FirebaseApp.configure() } Simply add FirebaseConfiguration.shared.setLoggerLevel(.debug) directly above FirebaseApp.configure().
That was almost not stressful! :)
Thank you sir
Hello nick awesome content as always but also would u be able to make widget content either intents or static or both please!
i made it with cocoapads already . will it affect working of my app?
Import Firebase does not work on my xcode, It just keeps saying no such modele .Im not sure if it's cause xcode has upgraded since this video has been made
Holy, Thank you.
is it possible to migrate from CloudKit to Firebase?
Awsome..
Thank you!
Please setup the firebase with cocoapods 😢😢😢😢
Swift Package Manager > Cocoapods
good good
good good good good good good good good good good good good good good good good good good 😁
12:44
Really excellent explanation. If I may say, that you need to add that one needs to be apple developer to do that (I just learnt this as I am new noticing things don't work otherwise (of course)). However, also, I get an error message loading the firebase-ios-sdk.git files saying for instance "could not resolve package graph. cannot continue". and a whole list of stuff like for example "failed validating archive from "https .... swiftpm/10.27.0/FirebaseAnalysitics.zip" which is required by binary target "FirebaseAnalyticsWithoutAdId": Could not find executable for "unzip". Am I missing an unzip file maybe? Thanks for any help. Hope that is something also others on here encounter
Hello Nick, Trying to follow this tutorial but I am having issues to connect to Firebase
2023-05-20 20:25:41.370620+0100 reservation[24035:243446] [connection] nw_proxy_resolver_create_parsed_array [C2.1 proxy pac] Evaluation error: NSURLErrorDomain: -1003