Hi,
in firebase.ts I see db.collection('featuredTemplates')
...
const firebaseTemplates: Template[] = [];
Can you please provide an example on how to populate that?
I need to put all information of a template? How? I can't imagine that you do this via https://console.firebase.google.com/ > firestore > add collection > add each property manually... you have some script or so?
Thank you.
Hi,
in
firebase.tsI seedb.collection('featuredTemplates')...
const firebaseTemplates: Template[] = [];Can you please provide an example on how to populate that?
I need to put all information of a template? How? I can't imagine that you do this via https://console.firebase.google.com/ > firestore > add collection > add each property manually... you have some script or so?
Thank you.