BKJang / dev-tips

📚 This repository is a collection of development tips and troubleshooting I have experienced during development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-firebase foreground 상태에서 push 수신

BKJang opened this issue · comments

❗️ How did I encounter this issue?

React Native를 이용하여 앱 개발을 진행하며 push 알림 수신 기능이 필요.
react-native-firebase 라이브러리를 이용하여 개발을 진행하던 중 background 상태에서는 push 수신이 무리 없이 되나 foreground 상태에서는 push 수신이 안되는 상황이 재현.

❓ What is the cause of this issue?

🔨 What have I tried? How did you finally solve it?

👍 Is there any better way?

🙏 Reference