tutorial :
First step go to folder... /src/containers/Fireadmin.js
- Replace the line = import FirebasePaginator from "firebase-paginator" with import FirebasePaginator from "mobidonia-firebase-paginator"
- change insdide "package.json" script with this:
https://gist.github.com/dimovdaniel/9ad9...33b77758e1 (copy the whole script)
- Remove the node_modules folder (if you already start it)
- Remove package-lock.json
- run npm i -f
and the last, run npm start (assumed your seting to firebase is finished and already add the api key firebase to project)
(02-15-2019 04:33 PM)olipiskandar Wrote: [ -> ]tutorial :
First step go to folder... /src/containers/Fireadmin.js
- Replace the line = import FirebasePaginator from "firebase-paginator" with import FirebasePaginator from "mobidonia-firebase-paginator"
- change insdide "package.json" script with this:
https://gist.github.com/dimovdaniel/9ad9...33b77758e1 (copy the whole script)
- Remove the node_modules folder (if you already start it)
- Remove package-lock.json
- run npm i -f
and the last, run npm start (assumed your seting to firebase is finished and already add the api key firebase to project)
thank you , i will try it right now and report back , rep'd already
Where is ''firebase_config.js'' file tho ?
Edit :
Code:
Failed to compile.
Error in ./src/containers/Firestoreadmin.js
Module not found: 'firebase-paginator' in C:\Users\Ryad\Desktop\codecanyon-22649230-react-app-builder-unlimited-number-of-apps\REACT APP BUILDER\Builder\dimovdaniel-reactfireadmin-c40534609dd8\src\containers
@ ./src/containers/Firestoreadmin.js 56:25-54
same error
(02-15-2019 04:33 PM)olipiskandar Wrote: [ -> ]tutorial :
First step go to folder... /src/containers/Fireadmin.js
- Replace the line = import FirebasePaginator from "firebase-paginator" with import FirebasePaginator from "mobidonia-firebase-paginator"
- change insdide "package.json" script with this:
https://gist.github.com/dimovdaniel/9ad9...33b77758e1 (copy the whole script)
- Remove the node_modules folder (if you already start it)
- Remove package-lock.json
- run npm i -f
and the last, run npm start (assumed your seting to firebase is finished and already add the api key firebase to project)
nevermind issue i posted before this one , your solutions works but i had to do it to Firestoreadmin.js too
[/quote]
nevermind issue i posted before this one , your solutions works but i had to do it to Firestoreadmin.js too
[/quote]
Yes thats the trick, however there is a missing part for me. When you get to the builder web interface, the templates and components are not loading... so stuck on that part cause you can't choose any templates and continue the build. any ideas??
[/quote]
nevermind issue i posted before this one , your solutions works but i had to do it to Firestoreadmin.js too
[/quote]
Yes thats the trick, however there is a missing part for me. When you get to the builder web interface, the templates and components are not loading... so stuck on that part cause you can't choose any templates and continue the build. any ideas??
i cant add products in shop/restaurant app
fix:
Make sure your database is started and you have entered correct firebase permissions as explained.
{
"rules": {
".read": true,
".write": "auth !== null"
}
}
nevermind issue i posted before this one , your solutions works but i had to do it to Firestoreadmin.js too
[/quote]
Yes thats the trick, however there is a missing part for me. When you get to the builder web interface, the templates and components are not loading... so stuck on that part cause you can't choose any templates and continue the build. any ideas??
[/quote]
fix:
Make sure your database is started and you have entered correct firebase permissions as explained.
{
"rules": {
".read": true,
".write": "auth !== null"
}
}
please update to version 9.10
thanks
Yes an update please. Thanks!
I get this error when I run localhost:3000 in chrome. Black screen, red text.
Any help on resolving this? not sure what I missed
Code:
Failed to compile.
Error in ./src/config/firebase_config.js
C:\Users\Vic Nunez\Desktop\New React App Builder\Builder\src\config\firebase_config.js
9:1 error 'firebase' is not defined no-undef
✖ 1 problem (1 error, 0 warnings)