android - Firebase does not sync database anymore, when app is killed -
currently have service, adds change listeners realtime database (onchildadded, onchildchanged etc.), started on boot. when start app , exit , remove recent apps screen, android kills , don't receive database changes anymore. can't fire notifications anymore, notify user, there new data in database.
is there way without creating permanent notification, prevents android killing service?
Comments
Post a Comment