Skip to content

Commit

Permalink
funding, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Feb 26, 2022
1 parent 0a5e8a9 commit 1eac9dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: hansemannn
github: [hansemannn, m1ga]
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ this project maintained and be able to use the latest Firebase SDK's, please see
thank you!

## Requirements
- [x] The [Firebase Core](https://github.com/hansemannn/titanium-firebase-core) module
- [x] The [Firebase Core](https://github.com/hansemannn/titanium-firebase-core) module (iOS only)
- [x] iOS: Titanium SDK 6.2.0+
- [x] Android: Titanium SDK 7.0.0+

Expand Down Expand Up @@ -137,14 +137,14 @@ non-empty and no more than 256 characters long. Setting userID to nil removes th
## Example
```js
// Require the Firebase Core module (own project!)
var FirebaseCore = require('firebase.core');
if (OS_IOS) {
var FirebaseCore = require('firebase.core');
FirebaseCore.configure();
}

// Require the Firebase Analytics module
var FirebaseAnalytics = require('firebase.analytics');

// Configure Firebase
FirebaseCore.configure();

// Get the App Instance ID
Ti.API.info('App Instance ID: ' + FirebaseAnalytics.appInstanceID);

Expand Down

0 comments on commit 1eac9dd

Please sign in to comment.