Skip to content

Commit 08dba7d

Browse files
authored
Update README.md
Attempt at clarifying what to expect when QtFirebase builds successfully. Should close #22
1 parent 3f19bf9 commit 08dba7d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,25 @@ Example Qt app for the QtFirebase project
2424
2525
2. Follow the instructions in [SETUP.md](https://github.com/Larpon/QtFirebase/blob/master/docs/SETUP.md) on how to setup QtFirebase
2626
27+
# What to expect when things are running
28+
29+
Congratiolations! You fought through the setup - pad yourself on the back!
30+
31+
When you get QtFirebaseExample running on your device for the first time things might [not look as expected](https://github.com/Larpon/QtFirebaseExample/issues/22). Some ads are missing, something fails to load, the universe implodes etc.
32+
33+
First off: If you have the QtFirebaseExample running and showing at least one test ad that means that QtFirebase is working. People report different results on different devices. Not everyone can load and show interstitial and reward ads. If you setup your own correct Firebase project with correct app Id's, AdUnit Id's etc. and do a release build via Google Play - things _should_ work as expected.
34+
35+
But, they don't always do.
36+
37+
This is kind of where we leave you off as a developer. Why?. Because your entering Google's domain - and your project's specific setup. AdMod and Firebase are (mostly) closed platforms. Any problems with Ad fill-rates and backend messaging are out of this project's scope. The QtFirebase project only provide Qt wrapper classes - that's it. If you want to know more about how things really work please refer to the official documentation of the respective projects:
38+
39+
Documentation:
40+
https://firebase.google.com/docs/cpp/setup
41+
https://developers.google.com/admob/
42+
43+
Troubleshooting
44+
https://stackoverflow.com/questions/tagged/firebase%20c%2b%2b
45+
46+
Community
47+
https://github.com/firebase/firebase-cpp-sdk
48+
https://groups.google.com/forum/#!forum/google-admob-ads-sdk

0 commit comments

Comments
 (0)