同时使用Firebase数据库和Firestore

时间:2017-10-08 19:09:25

标签: android firebase-realtime-database google-cloud-firestore

我一直在阅读有关Firestore和全球Firebase项目的内容,我当然对使用Firestore感兴趣。

阅读这个firebase vs firestore页面,在底部他们说我们可以在同一个应用程序中同时使用...

嗯,那会很酷但是等等...... 认证怎么样?
数据结构不同?
存储

如果两者之间存在差异,如何在同一个应用程序中同时使用两者?

我无法想象它。

干杯

1 个答案:

答案 0 :(得分:2)

是的,你可以。 实际上每个模块都有他的方法:

firebase.database() for database
firebase.firestore() for firestore
firebase.auth() for authentication

等等...

是的,数据库和firestore有不同的数据结构