Does user relationship work with firebase auth? #609
-
Does emberfire utilize Firebase's built in authentication, or do we need to keep our own database of users? |
Beta Was this translation helpful? Give feedback.
Answered by
charlesfries
Jun 30, 2020
Replies: 1 comment
-
I always end up keeping my own collection of users, indexed by the userID provided by Firebase. Emberfire does include authentication functions, but you need to keep your own collection of users, especially if you need to save custom attributes on your users (as far as I know). Model hook of my
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jamesdaniels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I always end up keeping my own collection of users, indexed by the userID provided by Firebase. Emberfire does include authentication functions, but you need to keep your own collection of users, especially if you need to save custom attributes on your users (as far as I know).
Model hook of my
authenticated
route: