Swift 5: Firebase Remote Config (Xcode 11 - iOS) Tutorial

preview_player
Показать описание
In this video we will learn about Firebase Remote Config. We will set it up from scratch in our iOS app to remotely update the user interface!

#swift #firebase #remoteconfig

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

This channel is easily turning out to be one of my favorite channels to learn new Swift features! I see videos here I don't see anywhere else and I appreciate that. Keep up the good work!

CuriosMindDIY
Автор

When iOS Academy has better tutorials than Firebase themselves. Amazing vid!

PatrickEdge-dunx
Автор

Great video! Learned a lot. Keep it up 👍🏽

yoanbele
Автор

Cool stuff! Is where a way to show the a view (red or blue) without blinking? Like to show spinner and then either red or blue view

paulmykhailov
Автор

Hi there, thank you for the great video, I have an issue where I added Firebase Remote Config to an existing iOS app, there is a weird thing happening, so I got the config values and everything in this aspect is working well, BUT, the weird thing is that anywhere in the app I can't cast values, even though I'm not using Firebase in those classes, example:

if let testString = myDictionaty["key"] as? String {
print(testString)
}

this is an example but this was totally fine and it was working UNTIL I added remote config, once I remove it from Podfile it works back again normally. Any ideas ??

Thank you in advance

waleedjo
Автор

Hii great video. Can you make a video about scrollview dynamic labels ?

cem
Автор

Hello! love your videos! do you have a tutorial on custom claims? I'm trying to customize if a student logs in and if a teacher logs in so how can forebase distinguish between them in one app? Thanks!

sho