-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Troubleshooting for paywalls load too long (clearing purchase history…
… as a solution), brocken links
- Loading branch information
Showing
6 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: "Push Notifications" | ||
description: "" | ||
metadataTitle: "" | ||
--- | ||
|
||
|
||
|
||
import Zoom from 'react-medium-image-zoom'; | ||
import 'react-medium-image-zoom/dist/styles.css'; | ||
|
||
To send push notifications you have to enter Firebase Cloud Messaging \(FCM\) **server key** in Adapty dashboard. Open Firebase, choose the app you want to use, go to **Project Settings > Cloud Messaging**, and copy the server key. If you don't have one you can create it by clicking the Add server key button in the right top corner. | ||
|
||
<Zoom> | ||
<img src={require('./img/cleanshot-2020-09-25-at-14.34.29-2x.webp').default} | ||
style={{ | ||
border: '1px solid #727272', /* border width and color */ | ||
width: '700px', /* image width */ | ||
display: 'block', /* for alignment */ | ||
margin: '0 auto' /* center alignment */ | ||
}} | ||
/> | ||
</Zoom> | ||
|
||
<Zoom> | ||
<img src={require('./img/cleanshot-2020-09-25-at-14.36.18-2x.webp').default} | ||
style={{ | ||
border: '1px solid #727272', /* border width and color */ | ||
width: '700px', /* image width */ | ||
display: 'block', /* for alignment */ | ||
margin: '0 auto' /* center alignment */ | ||
}} | ||
/> | ||
</Zoom> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters