Skip to content

Commit

Permalink
fix malformed code in 'FCM for Apple' section in add targets section …
Browse files Browse the repository at this point in the history
…of send push notifications
  • Loading branch information
naman1608 committed Jun 10, 2024
1 parent 08db372 commit 346d4a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func messaging(
}
}
}

```
Since the token is saved in `UserDefaults`, you can access it from anywhere in your app.
With this saved `fcmToken`, you can create a push target with Appwrite when the user logs in.
Each push target is associated with an account, heres an example with an email password login.
Expand Down

0 comments on commit 346d4a9

Please sign in to comment.