我正在编写一个可以存储一些列表的应用程序。现在我想实现一个功能,与我的朋友分享这些列表。
到目前为止,我已经使用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,以便我可以访问他们的列表?