We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add authentication system for personal note options.
user can login and the user notes will be stored like this.
{ "userId": { "noteKey": { "note": "note-content", "key": "noteKey", "encrypted": true, "editedAt": "Date.timestamp", "syncAt": "Date.timestamp", // number } } }
storage path will be private-notes the encryption will be use user defined key.
private-notes
Use firebase authentication.
The text was updated successfully, but these errors were encountered:
please assign it to me
Sorry, something went wrong.
do i have to change the .env.example file
Yes you have to change the .env file and you should create a firebase app also.
follow the firebase docs.
https://firebase.google.com/docs/auth/web/password-auth
Shashankpantiitbhilai
No branches or pull requests
Add authentication system for personal note options.
user can login and the user notes will be stored like this.
storage path will be
private-notes
the encryption will be use user defined key.Use firebase authentication.
The text was updated successfully, but these errors were encountered: