Skip to content

Commit be2e95e

Browse files
committed
chore(messaging): clean up
1 parent 2306862 commit be2e95e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

apps/demo/src/plugin-demos/firebase-auth.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<Button text="Login User" tap="{{ loginUser }}" class="btn btn-primary"/>
1616
<Button text="Login User With Phone" tap="{{ loginWithPhone }}" class="btn btn-primary"/>
1717
<Button text="Link User Phone" tap="{{ linkPhone }}" class="btn btn-primary"/>
18+
<Button text="Link Google" tap="{{ linkGoogle }}" class="btn btn-primary"/>
1819
<Button text="Get Current User" tap="{{ getCurrentUser }}" class="btn btn-primary"/>
1920
<Button text="Logout User" tap="{{ logOutUser }}" class="btn btn-primary"/>
2021
<StackLayout>

packages/firebase-messaging/index.android.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,4 @@ export class Messaging implements IMessaging {
249249
get android() {
250250
return this.native;
251251
}
252-
}
253-
254-
/*
255-
256-
curl -X POST --header "Authorization: key=AAAARAUJpsI:APA91bE1-kuJmZ5mfuYcX_1rdppafm5FhLaS4kzja4OBP8GN1Rl8VQ6wco12XUzyvXYv_7ggPfiaKMi8ntFfu1StqbxxdTSi_eOyvYhYLt6VfoJzvBqPrgDNGzu-34UQqWCWh5JrHyUz" --Header "Content-Type: application/json" https://fcm.googleapis.com/fcm/send -d "{\"notification\":{\"title\": \"My title\", \"text\": \"My text\", \"badge\": \"1\", \"sound\": \"default\"}, \"data\":{\"foo\":\"bar\"}, \"priority\": \"High\", \"to\": \"cO6BvEjNRFWv4kAF_0THqB:APA91bFk0wojdAEOfQCm9zvLj36UwNmWIKzo0QsF92TRFJaqq8ZFPFI1CiCp-S1ZW6Jx6QPOjGiiGo61enSj6II0ja_w5-dp1Mie3to18kmI8kwx8uamezG0eHgi9_T3L8J-1tMv7JNL\"}"
257-
258-
*/
252+
}

0 commit comments

Comments
 (0)