We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to comment out APNS parts from PUSH_NOTIFICATIONS_SETTINGS but it gave the error
You need to setup PUSH_NOTIFICATIONS_SETTINGS properly to send messages
is it possible to use firebase for IOS instead of APNS?
The text was updated successfully, but these errors were encountered:
Hi, Yes you need to setup settings to make it work. And the APNS part is not required.
Example:
PUSH_NOTIFICATIONS_SETTINGS = { 'USER_MODEL': 'users.User', 'FCM_API_KEY': os.environ.get('FCM_KEY'), 'UPDATE_ON_DUPLICATE_REG_ID': True }
Sorry, something went wrong.
We do this:
#615
No branches or pull requests
I tried to comment out APNS parts from PUSH_NOTIFICATIONS_SETTINGS but it gave the error
You need to setup PUSH_NOTIFICATIONS_SETTINGS properly to send messages
is it possible to use firebase for IOS instead of APNS?
The text was updated successfully, but these errors were encountered: