简体   繁体   中英

Can i use my oauth 2.0 client id created in my laravel website for flutter app in simultaneously?

I have an online store that I built by Bagisto , which depends on the Laravel platform and I created my oauth 2.0 client id in https://console.cloud.google.com/ for google sign in And it works fine. Now I made a mobile application for this store using Flutter and I need to add a sign in with a Google account and I found this plugin google_sign_in: ^5.3.1 The question is : Can i use my oauth 2.0 client id created in my laravel website for flutter app in simultaneously? one client id for laravel and flutter . please help

Every application has its own client id. As google_sign_in instructions says

To access Google Sign-In, you'll need to make sure to register your application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM