标签: laravel firebase react-native firebase-authentication react-native-android
我想通过firebase在react-native应用程序中使用Google身份验证登录。
因此我根据this Plugin在我的本机项目中安装了this tutorial。
因此它返回了我这样的用户数据:
现在,我想将用户数据发送到后端服务器(一个laravel框架)。
但是如何检查用户日期在服务器中有效? 我可以通过社交用户ID或accessToken或idToken检查验证吗?