Jeroen Dierckx
Jeroen Dierckx
Another strange thing that could help: It also crashes when using `auto pFirestore = firestore::Firestore::GetInstance(pFireBaseApp);` before the function call, even when not using Auth. Even stranger: when I move the...
Thanks, I will take all the steps you propose. We are still using qmake although the transition to cmake has been on my list for a long time. Transitioning to...
I tried the [functions quickstart example](https://github.com/firebase/quickstart-cpp/tree/master/functions/testapp) with the current master of the cpp SDK (d0fc238). This is the output: > Initialized Firebase App. Initializing Firebase Auth and Cloud Functions. Attempt...
As a follow-up for those interested: I tried a lot of things: - Compile master in MacOS --> same crash (memmove operation in the Curl background thread) - Compile master...
I know this issue is old, but I am having the same issue. I am trying to update an application that has been running fine for five years. In my...
I just wanted to report the same issue. It has been like this as long as I remember, and on all platforms we use (MacOS, Linux, Windows). This is an...
Issue #121 seems to be the same issue