Robin Genz
Robin Genz
**Workaround** - Add this script to your npm scripts: ``` "postinstall": "if [ ! -f node_modules/opencv4nodejs/build/Release/opencv4nodejs.node ]; then cd node_modules/opencv4nodejs/build; make; fi" ```
> It is difficult to categorise `Filesystem` errors across different platforms, for example: > > ``` > try { > await Filesystem.stat({ directory, path }) > } catch (err) {...
Not yet, I was busy with the Capacitor 4 update and another project. Next week I wanted to find a solution and close this issue. Thanks for the hint. I...
You can now test the dev version: ``` npm i @capacitor-firebase/[email protected] ``` Example: ```ts const signInWithApple = async () => { const result = await FirebaseAuthentication.signInWithApple(); return result.user.displayName; }; ```...
No, I have not tested it yet. I will test all commits together this week before I release the next version.
@typefox09 Yes, i found it. Can you try it again with this version? ``` npm i @capacitor-firebase/[email protected] ```
Thank you for testing!
Not yet, but I should get to it in Q3.
@trancee Not yet. You are welcome to submit a PR. Let me know if you have any questions.
Implemented in #172