Skip to content

Commit

Permalink
sets up google account for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopeamin committed Jan 20, 2025
1 parent 00e0431 commit 200c8cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/passkeys/passkeys/example/prepare_google_account.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ sleep 20
adb shell input tap 400 600
sleep 20

cd packages/passkeys/passkeys/example && flutter build apk --debug
cd packages/passkeys/passkeys/example
flutter build apk --debug

cd packages/passkeys/passkeys/example && adb install -r build/app/outputs/flutter-apk/app-debug.apk
cd packages/passkeys/passkeys/example && node tests/main.js android
adb install -r build/app/outputs/flutter-apk/app-debug.apk
node tests/main.js android

0 comments on commit 200c8cb

Please sign in to comment.