-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
users are not found #9
Comments
Hi! Are you running the app on your own Firebase database, and have you downloaded your GoogleService-Info.plist? It sounds like you are, if you are setting the rules from the Firebase side. Here are the exact rules I have set on the Firebase console. Let me know if these work for you:
|
Hello @joelrorseth where you able to check what I sent before |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
the project is very well developed but the i cant find any users i have enabled the database {
"rules": {
".read": true,
".write": true
}
}
and
userInformationRef.keepSynced(true)
registeredUsernamesRef.keepSynced(true)
reportedUsersRecordRef.keepSynced(true)
are in AuthController.swift but still cant see any users can you please help me
thank you
The text was updated successfully, but these errors were encountered: