简体   繁体   English

我可以使用 jQuery 将数据导入 Firebase Firestore 数据库吗?

[英]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.我需要找到一种使用 jQuery 将 JSON 文件导入 firebase Firestore 数据库的方法。我搜索了 inte.net,但我得到的只是使用 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 .您可以使用 JQuery 的parseJSON()方法并通过 JS SDK写入 Firestore 数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我无法使用 firebase firestore 将数据存储到数据库 - I can't store data to database using firebase firestore 如何使用 excel 或 google 电子表格或 CSV 使用 excel 导入 firebase firestore 数据库中的批量数据 - How to import bulk data in firebase firestore database from excel or google spreadsheet or CSV using flutter 如何使用 Flutter、Firebase - Firestore 数据库根据日期对数据进行分组和列出? - How do I Group and List data according to date using Flutter, Firebase - Firestore Database? 使用 Flutter Firebase Firestore 从数据库获取地理点数据 - Getting Geopoint Data from Database Using Flutter Firebase Firestore 如何按顺序显示 Firebase Firestore 数据? - How can I display Firebase Firestore data in order? 如何从 Firebase Firestore 获取 ReactJs 的数据? - How Can I get data with ReactJs from Firebase Firestore? 使用 firebase 函数将数据添加到 firestore 数据库 - Adding data to firestore database with firebase functions 我如何在 useEffect 挂钩中从 firestore 数据库获取 map 数据 - How can I map data from a firestore database in a useEffect hook Firebase 云功能不更新 Firestore 数据库中的数据 - Firebase Cloud function not updating data in Firestore database 实时数据库和 Firestore 的导入查询 Firebase web v9 - Import query for both Realtime Database and Firestore Firebase web v9
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM