Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.29 KB

README.md

File metadata and controls

41 lines (31 loc) · 2.29 KB

Accept Payments Using Google Pay With Stripe In Flutter

Use the Stripe to start accepting Google Pay in your Android apps.

Setup Firebase CLI To implement Cloud Function

Go to Firebase Console in your project then click on the Functions tab from the drawer.
Run the following commands in terminal : 

npm install -g firebase-tools
firebase init

After running the last command you will get this window in the terminal.



Choose Functions: Configure and Deploy Cloud Functions.



After that please choose your project according to your project name and finish all the steps.
Please install all the npm dependencies which it's asking for.
It generates some files into your functions folder.

  1. Google Pay Screen
  2. Google Pay Bottm Sheet with Card and Account Details
  3. Alert Dialog For Confirm and Cancel Payment Process
  4. Payment Successful Indicator
  5. Payment Unsuccessful Indicator

Screenshots for reference :

Contact me : [email protected]