Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.33 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.33 KB

G-driveFileUpload

Simple app that enables the user to sign in to his/her google account to create and upload text files to google drive. The app serves as file creation/upload/read from logged-in user through google account.

Setup steps

  1. create ur project throuh android studio

  2. create ur own firebase authentication project from console.firebase and download the .json file then save it inside ur app module

  3. go to ur project settings and add ur SHA certificate fingerprints for ur release and debug key u can get ur SHA1 debug key from running the gradle->appModuleName->Tasks->android->signingReport task, and for release version u can run this command :> keytool -list -v -keystore {keystore_name} -alias {alias_name}

  4. follow this guide to implement firebase authentication with google sign in

  5. enable sign in method from authentication settings

  6. replace the .json file from the project with the new created one and run the sample.

have fun :)