@brad182 wrote:
Looking for some guidance on authorization within ember using firebase as a backend. I have not been able to find any recent examples.
My app has pretty simple concept of teacher and student roles based on how the user registers they would be assigned a role and from that point would
One thought is to tie this to a firebase data model linked to the firbase user auth object, then use the following addon https://emberobserver.com/addons/ember-can - any security concerns using ember-can? is this addon still relevant?
Any better design scenarios for ember authorization + firebase?
Thanks!
Posts: 2
Participants: 2