-
Notifications
You must be signed in to change notification settings - Fork 405
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
[ Bug : "Save" button is not working at /dashboard Page ] #924
Comments
/attempt#924 |
will submit pr asap @rohitPandey469 |
It's not assigned to anyone yet |
If I am not wrong this is not a problem in code as the older version of firestore uses method firestore.collection but if you are using newer versions of node.js (Node>=16.13.0) that is with [email protected] the firebase version is "firebase": "^9.17.2" which is the version which uses firestore.collection method.
|
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Describe the bug
When using a new account for google authentication or any other authentication, then in /dashboard the "Save" button is not saving the data and if a user cancel the process, and afterwards proceeds with the normal workings of the web app like creating or viewing an organization it again redirect to /dashboard ( where the save button is not working ) - ultimately some error like "firestore.collection is not a function" is present in the console on clicking the save button at /dashboard.
To Reproduce
Steps to reproduce the behavior :
Current behavior
The Save button is not working at /dashboard Page i.e. the data is not getting saved and one can not create an organization or view an organization or view my feed until filled the data at /dashboard Page.
Expected behavior
The save button should have saved the data - then a user can just go with the normal web operations like creating an organization, viewing an organization or my feed.
Screenshots
On clicking the save button
Desktop (please complete the following information):
Additional context
See the error in the console which is saying that firestore.collection is not a function at validateHandle.
The text was updated successfully, but these errors were encountered: