You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get to the ChatDetailCtrl and $scope.chatToUser is null.
I don't understand. I cleared all the online users in firebase, restarted the app, logged in with my gmail account, got to the DashCtrl. When I log the user key it shows what is currently in firebase. Once I click the arrow to take me to the ChatDetailCtrl it stops there.
Well obviously there is no "other" user to begin with. So the application logic is flawed. You cannot do JSON.parse(null).
I don't understand how you were able to run in the book. I checked all your sources and I have the same source.
I tried this on an emulator and a device.
The text was updated successfully, but these errors were encountered:
I get to the ChatDetailCtrl and $scope.chatToUser is null.
I don't understand. I cleared all the online users in firebase, restarted the app, logged in with my gmail account, got to the DashCtrl. When I log the user key it shows what is currently in firebase. Once I click the arrow to take me to the ChatDetailCtrl it stops there.
Well obviously there is no "other" user to begin with. So the application logic is flawed. You cannot do JSON.parse(null).
I don't understand how you were able to run in the book. I checked all your sources and I have the same source.
I tried this on an emulator and a device.
The text was updated successfully, but these errors were encountered: