larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
284 stars 83 forks source link

Fix compilation on arm64 with analytics module #114

Closed MasterMind2k closed 5 years ago

MasterMind2k commented 5 years ago

I've fixed issue when compiling QtFirebase with Analytics module.

Problem is with typing. With new platform, it seems compiler is unable to distinguish between int and int64. Somehow :S. Maybe this is a Firebase bug after all?

Related to #102.

larpon commented 5 years ago

Hi @MasterMind2k - I'm glad to see it's fixable - do you know if this is a general Clang thing or only a Clang thing for arm64-v8a architecture?

Before I pull this in - I have to make sure changes doesn't break on other platforms, architectures and builds