简体   繁体   中英

Can I import data to Firebase Firestore database using jQuery?

I need to find a way to import a JSON file to the firebase Firestore database by using jQuery. I searched the inte.net but all I got was by using Nodejs. So, is there any way to do that or is it even possible? Thanks for the help in advance.

You could use the parseJSON() method of JQuery and write to the Firestore database via the JS SDK .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM