- Joined
- Jan 19, 2020
- Messages
- 578
- Reaction score
- 3,016
- Points
- 104
- Location
- Liverpool
- Website
- cockpit.lol
@Jlwockeetv I have a feeling this will only work when the app has been installed prior to doing these changes as Im pretty sure the package name is needed for the firebase.
youll see if you search for getPackageName() in the app its called a few times including once or twice in the firebase implementation,
If you want a proper working version with an alternative package name you will need to have your own firebase.
Though what Im saying is of the top of my head and i have no evidence to show.
Installing the app as-is creates a sqlite db in the android which is what I feel is being used to enable it to work After being installed as-is.
youll see if you search for getPackageName() in the app its called a few times including once or twice in the firebase implementation,
If you want a proper working version with an alternative package name you will need to have your own firebase.
Though what Im saying is of the top of my head and i have no evidence to show.
Installing the app as-is creates a sqlite db in the android which is what I feel is being used to enable it to work After being installed as-is.