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

Refactor/use push function provided by firebase instead of uuid4 #10

Open
dkdk225 opened this issue Sep 4, 2023 · 0 comments
Open

Refactor/use push function provided by firebase instead of uuid4 #10

dkdk225 opened this issue Sep 4, 2023 · 0 comments

Comments

@dkdk225
Copy link
Owner

dkdk225 commented Sep 4, 2023

To generate a unique id use firebase push function. Build the table after resolve in then like:

id.then(resolve=>{
  //BUILD TABLE HERE
  //resolve.key is the table key
  //use it as id when building a new table
})
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

1 participant