Skip to content

Commit 73bfad8

Browse files
Move links to the end
1 parent a05941a commit 73bfad8

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Provides links for working with [`@firebase/messaging`](https://www.npmjs.com/pa
88
<!-- TABLE_OF_CONTENTS_START -->
99
- [Table Of Contents](#table-of-contents)
1010
- [Usage](#usage)
11-
* [Setup](#setup)
12-
+ [Service Account](#service-account)
13-
+ [Web Push Certificate](#web-push-certificate)
14-
+ [Device](#device)
15-
* [Push Notification](#push-notification)
16-
* [Notify](#notify)
17-
* [Client](#client)
11+
- [Setup](#setup)
12+
- [Service Account](#service-account)
13+
- [Web Push Certificate](#web-push-certificate)
14+
- [Device](#device)
15+
- [Push Notification](#push-notification)
16+
- [Notify](#notify)
17+
- [Client](#client)
1818
- [Library](#library)
19-
* [Library Usage](#library-usage)
19+
- [Library Usage](#library-usage)
2020
<!-- TABLE_OF_CONTENTS_END -->
2121

2222
# Usage
@@ -50,7 +50,11 @@ You can use `SyncTextFile` from [`@deep-foundation/core`](https://www.npmjs.com/
5050
## Client
5151
To receive messages on Client read [Firebase Cloud Messaging Documentation](https://firebase.google.com/docs/cloud-messaging)
5252

53+
# Library
54+
## Library Usage
55+
See [Documentation] for examples and API
5356

57+
[Documentation]: https://deep-foundation.github.io/firebase-push-notification/
5458
[`ServiceAccount`]: https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#ServiceAccount
5559
[`UsesServiceAccount`]: https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#UsesServiceAccount
5660
[`WebPushCertificate`]: https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#WebPushCertificate
@@ -63,9 +67,3 @@ To receive messages on Client read [Firebase Cloud Messaging Documentation](http
6367
[`PushNotificationImageUrl`]: https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#PushNotificationImageUrl
6468
[`PushNotificationIconUrl`]: https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#PushNotificationIconUrl
6569
[`Notify`]: https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#Notify
66-
67-
# Library
68-
## Library Usage
69-
See [Documentation] for examples and API
70-
71-
[Documentation]: https://deep-foundation.github.io/firebase-push-notification/

0 commit comments

Comments
 (0)