Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 837 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 837 Bytes

googledrivedemo

This demo app will allow you connect with the user's Google Drive and search for files.

It uses the Google Drive API v3 and Google Sign In in Flutter. The same flow can be used to use any other Google API like Calendar API.

The app was done in a live streaming event on my YouTube Channel.


Made with ❤️ by Ricardo Markiewicz https://twitter.com/gazeria.

Getting Started

If want to try the project yourself first you need to setup a new project in Firebase and configure download the google-services.json and save it in android/app/google-services.json

Also, you have to setup go to the Google Developer Console and enable the Google Drive API v3 to your project.