Build Form using NextJS App Router integrated with Google Firestore in Datastore.
Unanswered
Bombay posted this in #help-forum
BombayOP
Description
New to NextJS and would like to create a basic webapp deployed on Vercel with a form connected to my NoSQL as Firestore Datastore mode on GoogleCloudPlatform.
I am struggling to find examples.
My understanding
* I have a ready to use GCP Datastore with an entity User with field name and email.
* UI for the form.
* On submit, the api route should connect the payload data to the endpoint using a post request and save the data.
Meaning of Firestore Datastore mode: https://cloud.google.com/datastore/docs
Is there any ready to use template or reference to learn ?
Thanks
New to NextJS and would like to create a basic webapp deployed on Vercel with a form connected to my NoSQL as Firestore Datastore mode on GoogleCloudPlatform.
I am struggling to find examples.
My understanding
* I have a ready to use GCP Datastore with an entity User with field name and email.
* UI for the form.
* On submit, the api route should connect the payload data to the endpoint using a post request and save the data.
Meaning of Firestore Datastore mode: https://cloud.google.com/datastore/docs
Is there any ready to use template or reference to learn ?
Thanks