RPJ
Results
1
issues of
RPJ
I'm using emberfire to authenticate to a firebase database following the ember tutorial exactly with the following config: ``` //pods/application/route.js beforeModel: function() { return this.get("session").fetch().catch(function() {}); }, actions: { signIn:...