fix typos
This commit is contained in:
@@ -441,6 +441,6 @@ To have instant notifications/better notification delivery when using firebase,
|
|||||||
1. In XCode, find the NTFY app target. **Not** the NSE app target.
|
1. In XCode, find the NTFY app target. **Not** the NSE app target.
|
||||||
1. Find the Asset/ folder in the project navigator
|
1. Find the Asset/ folder in the project navigator
|
||||||
1. Drag the `GoogleService-Info.plist` file into the Asset/ folder that you get from the firebase console. It can be
|
1. Drag the `GoogleService-Info.plist` file into the Asset/ folder that you get from the firebase console. It can be
|
||||||
found in the "Project settings" > "General" > "Your apps" with a button labled "GoogleService-Info.plist"
|
found in the "Project settings" > "General" > "Your apps" with a button labeled "GoogleService-Info.plist"
|
||||||
|
|
||||||
After that, you should be all set!
|
After that, you should be all set!
|
||||||
|
|||||||
@@ -1174,7 +1174,7 @@ keys $myDict | sortAlpha
|
|||||||
```
|
```
|
||||||
|
|
||||||
When supplying multiple dictionaries, the keys will be concatenated. Use the `uniq`
|
When supplying multiple dictionaries, the keys will be concatenated. Use the `uniq`
|
||||||
function along with `sortAlpha` to get a unqiue, sorted list of keys.
|
function along with `sortAlpha` to get a unique, sorted list of keys.
|
||||||
|
|
||||||
```
|
```
|
||||||
keys $myDict $myOtherDict | uniq | sortAlpha
|
keys $myDict $myOtherDict | uniq | sortAlpha
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ The reason for this is [Firebase Cloud Messaging (FCM)](https://firebase.google.
|
|||||||
notifications. Firebase is overall pretty bad at delivering messages in time, but on Android, most apps are stuck with it.
|
notifications. Firebase is overall pretty bad at delivering messages in time, but on Android, most apps are stuck with it.
|
||||||
|
|
||||||
The ntfy Android app uses Firebase only for the main host `ntfy.sh`, and only in the Google Play flavor of the app.
|
The ntfy Android app uses Firebase only for the main host `ntfy.sh`, and only in the Google Play flavor of the app.
|
||||||
It won't use Firebase for any self-hosted servers, and not at all in the the F-Droid flavor.
|
It won't use Firebase for any self-hosted servers, and not at all in the F-Droid flavor.
|
||||||
|
|
||||||
## Share to topic
|
## Share to topic
|
||||||
_Supported on:_ :material-android:
|
_Supported on:_ :material-android:
|
||||||
|
|||||||
Reference in New Issue
Block a user