Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
02-15-2019, 04:33 PM
Post: #11
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
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-16-2019, 02:34 AM
(This post was last modified: 02-16-2019 02:45 AM by spixel.)
Post: #12
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
(02-15-2019 04:33 PM)olipiskandar Wrote: tutorial : thank you , i will try it right now and report back , rep'd already Where is ''firebase_config.js'' file tho ? |
|||
02-16-2019, 02:50 AM
(This post was last modified: 02-16-2019 02:55 AM by spixel.)
Post: #13
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
Edit :
Code: Failed to compile. (02-15-2019 04:33 PM)olipiskandar Wrote: tutorial :nevermind issue i posted before this one , your solutions works but i had to do it to Firestoreadmin.js too |
|||
02-22-2019, 07:44 PM
Post: #14
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
[/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?? |
|||
02-22-2019, 09:07 PM
Post: #15
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
[/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?? |
|||
02-27-2019, 03:09 AM
(This post was last modified: 03-06-2019 06:02 PM by umeee.)
Post: #16
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
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" } } |
|||
02-27-2019, 03:19 AM
(This post was last modified: 03-06-2019 10:05 PM by umeee.)
Post: #17
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
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" } } |
|||
03-06-2019, 05:25 PM
Post: #18
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
please update to version 9.10
thanks |
|||
04-06-2019, 04:09 PM
Post: #19
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
Yes an update please. Thanks!
"If God is all you have, then you have all you need." John 14:8
|
|||
04-07-2019, 08:38 AM
Post: #20
|
|||
|
|||
RE: React App Builder - Unlimited number of apps
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. |
|||