question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Setup push notification in react native without using firebase

See original GitHub issue

I am trying to add notification in my app using react-native-push-notification according to this documentation for android. But when I come to change android/build.gradle file, it requires googlePlayServicesVersion and firebaseVersion and my app is using MySql-PHP file for its database. So what can I write in front of googlePlayServicesVersion and firebaseVersion with that app’s notification will start working.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

3reactions
dom2221996commented, Jun 26, 2020

if i dont want to use firebase then is it possible to use push notification as i have tried using without firebase property its giving me error as :- Default firebaseApp is not initialized in the process com.projectName. Make sure to call FirebaseApp.initializeApp(context)first what to do in this senerio

0reactions
github-actions[bot]commented, Jun 27, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to perform Local Push Notifications on React Native ...
How to perform Local Push Notifications on React Native without remote providers like Firebase or OneSignal. #reactnative #react #beginners # ...
Read more >
React native push notification for local notification without ...
Yes, it is possible to push local notification without firebase. I implemented it in one of my projects. You can take reference from...
Read more >
How to create and send push notifications in React Native
To use push notifications in a React Native application, first we need to register the app to get a push notification token. Here,...
Read more >
How to Implement React Native Push Notifications with Firebase
Use the following code (from GitHub) to call PushNotification.configure at the start of the app. It needs to be written in a separate...
Read more >
Firebase Push notifications in React Native Apps - Enappd
Push Notifications Settings. Firebase console also contains push notifications settings for web, android and iOS. · 1. Edit android/build. · 2. Edit ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found