gpt4 book ai didi

database - Cloud Firestore 是否支持 React Native

转载 作者:太空狗 更新时间:2023-10-30 01:59:37 28 4
gpt4 key购买 nike

我目前将 Firebase 实时数据库用于我的 react-native 移动应用程序,并且我一直在寻找一些提供更好查询功能的替代方案。 Firestore 的强项之一是其查询功能。我想检查 Firestore 是否支持开箱即用的 React Native。

最佳答案

10 月 3 日发布 React Native Firebase包括 Cloud Firestore 支持。

First pass at support for the newly release Cloud Firestore beta, see http://invertase.link/firestore for supported api's.

import firebase from 'react-native-firebase';

firebase.firestore()
.collection('posts')
.add({
title: 'Amazing post',
})
.then(() => {
// Document added to collection and ID generated
// Will have path: `posts/{generatedId}`
})

关于database - Cloud Firestore 是否支持 React Native,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46597535/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com