Assaf Sheep
Assaf Sheep

Reputation: 583

Multiple firebase databases with one firebase authentication

I built a web platform that allows users to signup with one user account to multiple web apps. Each app has its own separate firebase database. Is it possible to use firebase authentication and to share the same authentication between the various firebase databases? I mean like single sign on to multiple firebase database via one user base.

Upvotes: 12

Views: 3657

Answers (1)

Doug Stevenson
Doug Stevenson

Reputation: 317322

Please read this recent blog post on the Firebase blog. It addresses various scenarios where all your data is not in a single project.

Upvotes: 7

Related Questions