Comment by Sakos
> Firebase's authentication model is inherently broken
I'm not very familiar with Firebase. In what way is it broken and what issues does it cause?
> Firebase's authentication model is inherently broken
I'm not very familiar with Firebase. In what way is it broken and what issues does it cause?
The fact that clients write directly into the database and that it's widely encouraged.
There are security rules in Firebase to prevent this, but bolt-on security models that the user has to explicitly enable haven't shown to work.