Add Firebase messaging (Android-only, foreground-only)

This commit is contained in:
Ben Goldsworthy 2020-10-14 13:43:09 +01:00
parent 203d375aa4
commit f59d7118ed
9 changed files with 164 additions and 48 deletions

4
lib/env/dev.json vendored
View file

@ -1,5 +1,5 @@
{
"env": "DEV",
"production": false,
"apiUrl": "https://dev.localspend.co.uk/api"
}
"apiUrl": "https://localhost:/api"
}