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
After some digging around, the main problem is caused by the completion callback of the UserService.register method, returning for both parameters nil resulting in a serious bug. That's because the when we try to update the realtime database with the new user json, the permission is denied.
The text was updated successfully, but these errors were encountered:
After some digging around, the main problem is caused by the completion callback of the UserService.register method, returning for both parameters nil resulting in a serious bug. That's because the when we try to update the realtime database with the new user json, the permission is denied.
The text was updated successfully, but these errors were encountered: