titanium-firebase-core icon indicating copy to clipboard operation
titanium-firebase-core copied to clipboard

Use the Firebase Core SDK in the Titanium SDK 🚀

Results 4 titanium-firebase-core issues
Sort by recently updated
recently updated
newest added

- Update Firebase iOS to v.10.25.0 - Added code signatures to all of Firebase's binary artifacts (https://github.com/firebase/firebase-ios-sdk/issues/12238). | Download | | ---------- | | [firebase.core-iphone-11.0.0.zip](https://github.com/Astrovic/titanium-firebase-core/releases/download/ios-11.0.0/firebase.core-iphone-11.0.0.zip) |

Use ```js FirebaseCore.addEventListener("instanceId", function(e) { console.log("instanceId: " + e.value); }) FirebaseCore.getInstanceId(); ``` to receive the installation ID. https://firebase.google.com/docs/projects/manage-installations#java_2 (iOS version would be there too). Don't know if we already have...

I am trying to migrate to the BoM (bill of materials) concept in Firebase to manage only one (parent) version of Firebase and let Firebase find the best compatible versions...

Latest iOS version has no Mac support. Could this be added?