Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.06 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.06 KB

bloeddonatie

Build Status Codacy Badge

Bloeddonatie aims to motivate people to donate blood

Firebase configuration

  • Go to Firebase Console and download the google-services.json file
  • Place this file in the app directory

Things we learned when developing an Android application

Package names are case sensitive

When trying to send a notification to our application using Firebase Notifications we mistyped a capital B instead of b when adding our app to Firebase. This caused us to not receive any notifcations.