Renato Probst
Renato Probst
This works only if you download the library, because you need to change some super properties from private to protected. But thanks anyway.
Hi @LifeEternal, if you are using Ionic, you can use some angular.json configurations to replace the files that are in the root of your project (google-services.json/.plist) based on the angular...
I haven't found a solution, but I discovered that firebase keeps the old token pointing to the new one for 24h (if you send a message to an old token...
Hi guys the `DEFAULT_CONFIG `exporting is missing when installing through ` npm install localforage@^1.5.0 ngforage@^4.0.0 # Angular 7` (I've checked the files and the export is really missing). Solved by...
Thanks for answering @jkasten2. [GetToken must be called in order to register the device to receive notifications ](https://github.com/OneSignal/OneSignal-Android-SDK/blob/304de2f585109d6266fc62bfc015eed4506ee165/OneSignalSDK/onesignal/src/main/java/com/onesignal/PushRegistratorFCM.java#L92) and OnNewToken will be called every time the token of the device...
Hi guys, i trying to make it: ``` @Override public void draw(Canvas canvas) { // this is already on the lib int width = this.width < 0 ? r.width() :...
Yes, you have to use split in yours " " and use a for loop to draw each line. I got a new idea, you can create a canvas copy,...