Firebase usage?
See original GitHub issueThis library is using on Android com.google.firebase:firebase-core
dependency, but I can not find any imports from firebase packages.
So what is the reason for importing Firebase core dependency?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Usage and limits | Firestore - Firebase
Use this guide to understand Cloud Firestore limits, and see Cloud Firestore Pricing for a full, detailed explanation of Cloud Firestore costs, including...
Read more >What is Firebase? The complete story, abridged. - Medium
Firebase Hosting is a secure, global web hosting CDN (Content Delivery Network). It's really good at quickly delivering static content (HTML, ...
Read more >Usage and billing dashboard - Firebase Help - Google Support
Usage and billing dashboard. Firebase offers a no-cost tier pricing plan for all its products. For some products, usage continues at no cost...
Read more >Firebase Usage Statistics - BuiltWith Trends
Get access to data on 1,021,610 websites that are Firebase Customers. We know of 369,603 live websites using Firebase and an additional 652,007...
Read more >Realtime Database - React Native Firebase
React Native Firebase provides native integration with the Android & iOS ... Usage. References. A core concept to understanding Realtime Database are ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@hannta / @rahsheen what is the exact issue with firebase. There are 2 possible options I see:
Regarding second point, you can force desirable versions in your
build.gradle
file:This is what we’re using internally and it works for android.
Regarding first point - I’m not sure if you can have payments with android pay without firebase. Possibly this can be done but this require some additional research and we cannot switch to this right now
@cybergrind thanks for the clarification, my original question was to ask why the Firebase lib is included in this lib as looks like it is not used at all.
Im using Firebase in my app, and i do not have issues for using it 😃