Navigating Firebase Authentication (Pt.2) | #AskFirebase

preview_player
Показать описание
In Pt.2 of this episode, Jen Person & Malcolm Deck answer even more questions from Firebase developers like you regarding Firebase Authentication! Watch this #AskFirebase episode to learn more about using multiple applications for a Firebase project, using the Firebase UI for multiple means of authentication, and much more. Ask us any Firebase questions you may have by using the hashtag #AskFirebase, and be sure to subscribe to the channel for more!

Firebase UI Code:

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

0:32 “Can we use a Firebase project in two different iOS/Android applications? Im working on a restaurant application for which I have designed a client-side application and want to design an admin (restaurant-side) application which uses the same Firebase project”

1:56 “Am I able to link an anonymous user account to an EXISTING user account?”

3:53 “How can I create multiple accounts at the same time?”

4:57 “Can you populate the functions config from a JSON file instead of specifying all the properties and values individually with the CLI?”

Firebase
Автор

Is there a limit on the numer of connected domains you can have on Firebase Hosting?

grantfullen
Автор

Well explained 👍, can I convert SQL. Data to firebaSe database

faraazkhan
Автор

thanks for this wonderful info, I have a question about auth, if I have two devices ( one iPhone and one android ) and one account, if sign up and login on iPhone, then later I also use the same account login from android, how can my iPhone detect that the account is signed in by another device, and automatically log it out at iPhone ? can firebase do that? I ended up message to myself under the same account. thanks

stevengao
Автор

what is the size (mb or kb)will be generated by the length of string ? what I mean is I generate the post uids, which it is kinda of long, each post UID is maybe 36 characters ( prevent duplicated post), if I use 16 characters as uid, would the overall database size reduce significant, or the difference is not significant ? try to search google, can't find real answer, only see the database child limit is about 10mb. if anyone got an answer really appreciate. thanks

stevengao
Автор

Can I use Firebase mobile auth in Flutter? or is it available?

LifeCasts
Автор

Speaking of creating multiple apps with the same Firebase project, I had an issue with the Facebook authentication.
Let's say i have a restaurant app but instead of admin / client apps, i want to make an app containing all the restaurants in the database and another custom one for a single restaurant. The best way would be to create two Facebook apps, one with my apps name and the other one with the restaurant name (for the custom app) so when the user is signing in using the Facebook authentication he doesn't get confused. But that's impossible because you can only link one Facebook app to a Firebase project if i'm not mistaken. The other solution is to make a single Facebook app and use it for both apps but that's also impossible, at least on Android because you can't have simultaneously multiple apps with the same content provider. So i couldn't find a way to have Facebook authentication in both apps.

ziedRegaieg
Автор

Did anyone noticed how Google developer days look good with green background ?

ramstein
Автор

How to make an Authentication with angular 6 ?

leonardoreboucas
Автор

Hi #Fierbase
I asked this Question many times
when you are going to make Tutorial about Remote config Api

mahaltech
Автор

Hola a todos, mi nombre es ESTIVENSON y soy de Colombia. Disculpen por la pregunta, lo que pasa es que estoy iniciando en el mudo de Firebase y quiero iniciar sesión con nombre de usuario y contraseña ejemplo UserName: Estivenson Password: 1234.
La idea es iniciar sesión sin Email

estivensonortegav
Автор

Once again - SAML, SAML, SAML (is still missing) !!!

AbhideepChakravarty