angular-firestarter icon indicating copy to clipboard operation
angular-firestarter copied to clipboard

🍱 :fire: Angular + Firebase Progressive Web App Starter

Results 51 angular-firestarter issues
Sort by recently updated
recently updated
newest added

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...

dependencies

[ ![error](https://user-images.githubusercontent.com/60378227/89108884-0f79b100-d45a-11ea-8c44-bedae7732045.jpg) ](url)

Hi, Wondering if you can help, when adding angular-instantsearch to the project, server build includes the angular-instantsearch package, (results in server/main.js). Can you help me fix this? ![image](https://user-images.githubusercontent.com/4292433/102065616-b307a480-3df0-11eb-9f78-54a70ceac762.png) ![image](https://user-images.githubusercontent.com/4292433/102065321-52786780-3df0-11eb-9e61-a07903b05194.png)

@codediodeio thanks for an awesome starter! I'm having trouble with the current branch, error in desc. Could you pls investigate? ![image](https://user-images.githubusercontent.com/4292433/102064909-c9f9c700-3def-11eb-84ff-d4c55b475c36.png)

In the following code it says that firestore does not exist for firebase? From board.service.ts ``` /** * Remove a specifc task from the board */ removeTask(boardId: string, task: Task)...

I clone the project, modified the firebase config data based on my own appId. Things are running well on my local machine. However, it failed to when I want use...

First I ran the npm run build:ssr command, then npm run serve:ssr, but the error occurred in the console: `package.json does not exist at fireship-starter/dist/package. json ` The same thing...

Problem: After login with Google, a black page appears on the front. The firestarter app start screen is not visible. reproduce: - Go with google chrome to https://firestarter-96e46.firebaseapp.com/ - Add...

I just completed the course, and I wondered why I couldn't move tasks between boards, Real Trello style. As such, I've included some code that makes just that possible. All...