[REQUIRED] Please fill in the following fields:
- Pre-built SDK from the website or open-source from this repo: Open-Source
- Firebase C++ SDK version: 11.4.0
- Problematic Firebase Component: All (Auth, Database, etc.)
- Other Firebase Components in use: All (Auth, Database, etc.)
- Platform you are using the C++ SDK on: Windows
- Platform you are targeting: Desktop (iOS, Android, and/or desktop)
[REQUIRED] Please describe the issue here:
Steps to reproduce:
Followed instruction in README, created build folder, run command
Relevant Code:
flatbuffers.vcxproj -> C:\Users\Sasha\Documents\projects2021\github-garbage-folder\firebase-cpp-sdk\desktop_build\ext
ernal\src\flatbuffers-build\Debug\flatbuffers.lib
flatc.vcxproj -> C:\Users\Sasha\Documents\projects2021\github-garbage-folder\firebase-cpp-sdk\desktop_build\external\
src\flatbuffers-build\Debug\flatc.exe
zlibstatic.vcxproj -> C:\Users\Sasha\Documents\projects2021\github-garbage-folder\firebase-cpp-sdk\desktop_build\exte
rnal\src\zlib-build\Debug\zlibstaticd.lib
Generating google_services_resource
Traceback (most recent call last):
File "C:\Users\Sasha\Documents\projects2021\github-garbage-folder\firebase-cpp-sdk\binary_to_array.py", line 46, in
<module>
from absl import app
ModuleNotFoundError: No module named 'absl'
What I'm doing wrong? Btw, following Python module is installed.
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
Steps to reproduce:
Followed instruction in README, created build folder, run command
Relevant Code:
What I'm doing wrong? Btw, following Python module is installed.