What PushMe is
PushMe provides a self-host backend service to send push notifications to your (or colleagues) phones with a simple API that can be used for outage notifications or authentication requests.
What we do with user data
- When you login, we store the payload that is returned from Google OAuth. This payload contains data like your email address, name, and profile picture. The code is here.
- You can delete your account from the App, using the "Delete Account" button, or by using the `DELETE /user/` API directly. The deletion code is here and here
- We store the data as per our Privacy Policy.
Links to Source Code
Main GitHub Organization- Backend Server Source Code
- NodeJS SDK Source Code or NPM Package
- React Native App Source Code or Google Play Store