Skip to content
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

verify #14

Closed
retrogamesnetwork opened this issue Apr 30, 2023 · 2 comments
Closed

verify #14

retrogamesnetwork opened this issue Apr 30, 2023 · 2 comments

Comments

@retrogamesnetwork
Copy link

how do i verify users on my own twitter clone

@Ketchupchh
Copy link
Contributor

You would have to go to your Firebase storage and set their verified status from there. You can also make an admin settings/commands(?) to do this on your site without having to do login to Firebase each time. Also, make sure to set the admin as your username as the creator has it hardcoded to be his :)

@ccrsxx
Copy link
Owner

ccrsxx commented May 1, 2023

There's no way to do it from the front end, It's designed that way.

You can only verify it by changing the user document's verified field on the Firestore. The user document is located at /users/{userId}.

@ccrsxx ccrsxx closed this as completed May 1, 2023
@Ketchupchh Ketchupchh mentioned this issue May 1, 2023
@ccrsxx ccrsxx mentioned this issue Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants