facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.34k stars 953 forks source link

Question: Why doesn't flipper support "use_frameworks"? #4855

Open meftunca opened 1 year ago

meftunca commented 1 year ago

Why doesn't flipper support "use_frameworks"? As developers, unfortunately, we cannot use flipper together with many libraries like "firebase". Please provide support on this.

Also, if you list the technologies you use in your desktop application, we can provide support for tauri, which uses less memory than electron.

Finally, I understand that maintaining a stable structure like React Native can be challenging. It is evident that a robust debugger like Flipper offers significant advantages. However, performance issues can be quite frustrating, particularly on less powerful computers. The more we optimize the utilization of RAM and CPU, the more comfortable development experience we can provide

pavelustenko commented 1 year ago

I completely agree. I'm using react-native-mmkv which doesn't support Chrome debugger and suggests using Flipper as debug tool for my project. One of the next steps should be integrating with Firebase Cloud Messaging, but it requires use_frameworks to work, so I have to use another debugger if one exists. This is very frustrating.

fendorio commented 1 year ago

I am in the exact same boat on a project I'm working on. Using react-native-mmkv, want to use firebase but am now blocked and need to either find a new debugger or use an alternative to Firebase. This is the one project where I'm tied to Flipper, and it's the only project where the debugger has caused more headaches than the project itself!

fatlinesofcode commented 11 months ago

+1 we'd stuck using an old version of react-native-firebase v14, as newer version require use_frameworks

anurag-dadheech commented 9 months ago

Any update on this?

atultiwaree commented 8 months ago

Sadly no updates!!