Templating #141
-
Hi there, I saw that recently a "transform into a template" has been conducted for the frontend. Can you tell a bit more about the template, what is it all about? It doesn't seem to be explained anywhere in the docs? :) I have tried following the new initial setup instructions, but it seems that the instruction for replacing the X.X.X with a recent template version is not working, since the provided URL is dead https://github.com/mbastian93/release-test/releases Thanks in advance for the support! :) |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Hey First of all the link to the releases was wrong; it should be fixed now :) Since this project is now a template, a new project based upon this project is not created by cloning this repository but instead by invoking the command described in the documentation. You can then configure and modify your version of the app according to your needs and likings. Should you want to contribute to the template, you can fork it as before and then submit your pull request. |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for the update and given explanations, I appreciate it! :) I have now tried to setup a new project according to the updated docs, but running the android app raised the following error. I have setup also a google-services.json file in the android/app directory. This is weird, as I haven't experienced any such issue with the non-template version of the frontend. Could you help me out with this one? Any support is appreciated! |
Beta Was this translation helpful? Give feedback.
-
That's a known issue; this file is not copied during the installation. For now, please download this file manually and place it in the android/app folder Edit: |
Beta Was this translation helpful? Give feedback.
-
I have actually tried that already, and I also tried it with the placeholder google-services.json, and in both cases I get the aforementioned error message. Any ideas what else might have gone wrong? |
Beta Was this translation helpful? Give feedback.
-
Maybe one more question: what is the best practice now to catch up with your updates to NUM Compass. Let's say we start developing our app from the 0.1.0 template, and then after a while we want to be up to date with your latest changes, bugfixes and improvements. Previously, we would pull the changes from github. What should we do now to achieve this? |
Beta Was this translation helpful? Give feedback.
That's a known issue; this file is not copied during the installation.
For now, please download this file manually and place it in the android/app folder
Edit:
When you want to use push notifications, you have to set it up according to the documentation. The file provided above acts just as placeholder so that the app can be built.