BurtonAlgorithms/weMessage

notifications when disconnected

Opened this issue · 4 comments

I am using the wemessage only for imessage and not sms. I do not seem to get any of the notification from firebase when a new message arrives and the app is not currently open. I am running Mojave and jdk11. My setting for notifications is set to true. I also do not see any error messages other than my device is disconnecting when I close the app.

Anything I need to do different. I turned SMS on to test though it seemed to not make a difference.

Same issue.

weMessage's Firebase went down. To continue receiving notifications, you'll have to:

  • Setup your own Firebase account (It's free)
  • Upload the Cloud Functions that are here in the repo
  • Update the server and app to have the new Firebase info.

Perhaps a pull request could be made to have these fields editable in the configuration file and app UI without having to recompile.

weMessage's Firebase went down. To continue receiving notifications, you'll have to:

Can you write up some more documentation about the firestore?

If I upload the functions, I get null results:
https://us-central1-wemessage-81140.cloudfunctions.net/getVersion
{"latestVersion":null,"latestBuildVersion":null}

I assume this is because USE_FIRESTORE = true; and I haven't created any files in storage. But I don't see any source files to upload in the git repository... I assume it's supposed to be a JSON file called 'version' in a collection called 'metadata'?

I haven't used firestore before so I'm a little confused...

weMessage's Firebase went down. To continue receiving notifications, you'll have to:

Can you write up some more documentation about the firestore?

OK - I think I figured it out:
{"latestVersion":"1.2.8","latestBuildVersion":"12"}

Is that right? The values are copied/pasted from Constants.java.

how to - server - firebase

how to - server - firebase - done ok