React Native push notification via admin SDK
1:first of all go to RN firebase documentation Notifications | React Native Firebase (rnfirebase.io) 2: then we will create our own nodejs server 3:create folder into project folder name: nodejs_stuff 4: then create file into nodejs stuff folder name:index.js 5:now open terminal and navigate to nodejs_stuff folder using this cammand cd nodejs stuff 6:now run this command into nodejs_stuff folder npm init then press Enter many times 7:now install admin sdk into nodejs_stuff folder using this commmand==>> npm install --save firebase-admin 8:then install express using this command npm install express 9:now go to firebase console then settings/project settings/service accounts