본문 바로가기

반응형

Firebase

(3)
[React Native] MAC/IOS 알람 구현하기 3(Push notification)-firebase 2020/12/10 - [React Native] - [React Native] MAC/IOS 알람 구현하기 1(Push notification)-firebase [React Native] MAC/IOS 알람 구현하기 1(Push notification)-firebase 1. 프로젝트 생성 npx react-native init [파일명] 예를 들어 npx react-native init hyukpush 2. 모듈 다운 # Using npm npm install --save @react-native-firebase/app # Using Yarn yarn add @react-native-fi.. coding-hyeok.tistory.com 2020/12/10 - [React Native] - [React ..
[React Native] MAC/IOS 알람 구현하기 2(Push notification)-firebase 2020/12/10 - [React Native] - [React Native] MAC/IOS 알람 구현하기 1(Push notification)-firebase [React Native] MAC/IOS 알람 구현하기 1(Push notification)-firebase 1. 프로젝트 생성 npx react-native init [파일명] 예를 들어 npx react-native init hyukpush 2. 모듈 다운 # Using npm npm install --save @react-native-firebase/app # Using Yarn yarn add @react-native-fi.. coding-hyeok.tistory.com 1. Install the messaging module npm i..
[React Native] Android 알람 구현하기 1(Push notification)-firebase 현재 진행중인 앱 프로젝트에서 메세지가 오거나 매칭이 완료되면 알람이 오는 기능을 구현하고 싶었다. 그래서 한번 배워보았다. firebase를 사용하였따 1. 프로젝트 생성 npx react-native init [파일명] ex) npx react-native init hyukpush 2. 'local.properties' 파일 생성 또는 Android Studio로 들어가면 자동생성됩니당 android폴더에 'local.properties'파일생성하고 sdk.dir=/Users/hyukyun/Library/Android/sdk 자신의 sdk파일 경로를 써주면 된다 3. firebase 모듈 설치 # Using npm npm install --save @react-native-firebase/app # ..

반응형