我正在编写一个应用程序,您可以在其中存储一些列表。现在我想实现一个功能来与我的朋友分享这些列表。
到目前为止,我已经使用 Google 登录设置了 FirebaseAuth。它工作正常(适用于多个设备上的多个帐户)。
我的数据库的结构类似于
- users_uid1
- List1
- list of friends gui who are allowed to acces these list (at the moment no entries)
- subitem1
- ...
- List2
- ...
- users_uid2
- ...
如何通过 Google API 从我的朋友那里获取电子邮件并通过电子邮件地址从我的朋友那里找到 gui,以便我可以访问他们的列表?