Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从另一个 Firebase 项目中检索数据,即使它不包含在同一个项目中?可能吗?
因为另一个应用程序在另一个项目中。
你可以这样做
DatabaseReference other_db = FirebaseDatabase .getInstance("https://my-project.firebaseio.com/nodeName") .getReference();