pwa-demo | TYPO3 PWA distribution | Content Management System library
kandi X-RAY | pwa-demo Summary
kandi X-RAY | pwa-demo Summary
It allows to start exploring PWA solution for TYPO3 in minutes. It provides docker/ddev local enviroment with both TYPO3 and JS demo application.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pwa-demo
pwa-demo Key Features
pwa-demo Examples and Code Snippets
Community Discussions
Trending Discussions on pwa-demo
QUESTION
I have problem similar to this, except that I'm using polymer template from this.
I imported all polymerfire references both in the page where is declared and in the page where
is used. Not working.
I found later that the template uses polymerfire which version is v0.9.4 instead of the latest v0.10.3. I tried uninstalling and re-installing the new version. Nothing changed.
For additional information, here's a snippet of the code:
src/app-auth/app-auth-firebase.html
...ANSWER
Answered 2017-Apr-02 at 14:29After days of frustration, it works. Apparently.
TL;DR
What I did is updating polymerfire and omitting the name
attribute from any firebase element.
Explanation
Looking at this, it seems firebase initializes the app in __computeApp
method and name is an optional variable but will be used in initialization if it is provided. Ignore it and everything should be okay. In my case, it works both for ,
, and
(for pushing data, because i'm still stuck in using firebase-query for fetching data)
While it works in my case, it might not necessarily the right solution. It might not work in your case. It took me days to figure it out so for those who are in similar problems, one of these might help:
- Inspect firebase query attribute. Refer to this
- Try import polymerfire/polymerfire.html in the same html file where
is declared. Refer to this
- Update polymerfire. Simply uninstall and reinstall it might solve the case (for those with outdated version of polymerfire)
- Omit
name
attribute from any firebase element. I know myis successfully initialized when I type
firebase.database()
in browser console, it doesn't give error anymore.
Hope it helps.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pwa-demo
clone the repository and enter the repository folder
Boot up ddev docker containers
Then, please type
Access frontend in your browser: pwa-demo.ddev.site.
Access TYPO3 backend: api.pwa-demo.ddev.site/typo3.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page