Skip to content
New issue

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

Does not work with push notification. #6

Open
MarinaShaposhnikova opened this issue Mar 30, 2023 · 2 comments
Open

Does not work with push notification. #6

MarinaShaposhnikova opened this issue Mar 30, 2023 · 2 comments

Comments

@MarinaShaposhnikova
Copy link

MarinaShaposhnikova commented Mar 30, 2023

This library does not work for push notifications and in-app messaging.
There is no option to set a firebase token.

@toddgower-hiatus
Copy link

Is there any recommendation for this? At the very least this should be included in the documentation.

@bryanlogan
Copy link
Collaborator

You can set these via XML in the braze.xml file.

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool translatable="false" name="com_braze_firebase_cloud_messaging_registration_enabled">true</bool>
    <string translatable="false" name="com_braze_firebase_cloud_messaging_sender_id">1234567890</string>
</resources>

https://www.braze.com/docs/developer_guide/platform_integration_guides/android/initial_sdk_setup/android_sdk_integration/#step-2-configure-the-braze-sdk-in-brazexml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants