skip to Main Content

Im trying to write code to get (doc id) from Firebase

Look at my database structure: and here is my code that I want to use ID in : Widget build(BuildContext context) { return SafeArea( child: InkWell( borderRadius: BorderRadius.circular(30), child: Dismissible( key: UniqueKey(), direction: DismissDirection.startToEnd, background: Container( color: Colors.red, child: Row(…

VIEW QUESTION

The 'Pods-{Some Target}' target has transitive dependencies that include statically linked binaries: (Flipper-Boost-iOSX and Flipper-RSocket)-Firebase – React native

Following the tutorial to install React Native Firebase package. I am constantly getting this error:- The 'Pods-{Some Target}' target has transitive dependencies that include statically linked binaries: (Flipper-Boost-iOSX and Flipper-RSocket). I haven't found the concrete solution to this issue.

VIEW QUESTION
Back To Top
Search