Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Firebase v3 C++

Firebase v3 C++

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
iosfirebase c++
1 Posts 1 Posters 804 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pbljung
    wrote on 4 Jan 2017, 02:03 last edited by koahnig 1 Apr 2017, 10:01
    #1

    Hi -
    Has anyone gotten Firebase v3 C++ to work with Qt?

    I've tried to follow the iOS Firebase C++ & CocoaPods example at
    https://github.com/firebase/quickstart-cpp/tree/master/database/testapp
    which uses analytics, auth and database features to make a minimal Qt app without CocoaPods.

    I cut&paste Firebase C++ code from the sample testapp/src/common_main.cc and try to set & get integers in my public read/write database. I include the frameworks and source in testapp/Pods in the Pro file at
    https://github.com/firebase/quickstart-cpp/issues/3

    The app compiles and begins to run. The database ref is reported as valid, but database set/get hangs in WaitForComplete() waiting for future.Status() to be updated. After 60s there is a timeout error "CFNetwork SSLHandshake failed (-9806)".

    Any ideas of what is wrong? I can read/write to the database using curl.
    Thanks

    1 Reply Last reply
    0

    1/1

    4 Jan 2017, 02:03

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved