Replies: 2 comments 8 replies
-
Have you tried examining a working app? This will create one, then you can see it run (which serves two purposes: proves it can work which is sometimes needed to maintain the courage to continue on, and gives you something to compare with your app so hopefully you can find the problem) https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh |
Beta Was this translation helpful? Give feedback.
8 replies
-
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Thanks, will do. Sent from Mail for Windows 10 From: Mike HardySent: Monday, December 28, 2020 7:31 AMTo: invertase/react-native-firebaseCc: tycali17; AuthorSubject: Re: [invertase/react-native-firebase] importing functions from '@react-native-firebase/functions' always fails (#4654) If the demo works and your project doesn't, either continue combing through the demo or do a large scale harvest-logic-from-project / drop-it-in-working-demo replace of the broken project—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I run any project with that import, it fails with 'native module cannot be null'. React Native clearly auto linked them, I've tried re-installing, manually linking to iOS, and so much more. I cannot for the life of me get my app running without errors and thus cannot use firebase functions in react native. How can I ensure the import stops breaking the app? I even see the node module folder 'functions' with content inside. I used yarn add for RNFBApp & RNFBFunctions
I hope someone can assist, I've spent literally several months on this issue and read maybe 100 posts so far.
Beta Was this translation helpful? Give feedback.
All reactions