DEV Community

Discussion on: Introduction to Authentication with Firebase

Collapse
 
lcarbonaro profile image
Les Carbonaro

I have a question: How secure is Firebase auth, given that anyone can see your config object with a simple 'view source'?

Collapse
 
olearycrew profile image
Brendan O'Leary πŸ‘¨πŸ»β€πŸ’»

It's completely safe as that is client-side only - their hosting is what makes it secure.