Skip to content

Features like Angular Universal and Cloud Messaging #1480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BastianKrones opened this issue Feb 22, 2018 · 3 comments
Closed

Features like Angular Universal and Cloud Messaging #1480

BastianKrones opened this issue Feb 22, 2018 · 3 comments

Comments

@BastianKrones
Copy link

Angular-Universal + Cloud Messaging

Since Angular Universal is a big feature for Angular-Apps and a third-party library already included it. Maybe it is possible to include a NGU-Feature out of the box aswell.

Same goes for Cloud Messaging

You can find implementation of those features at AngularFire-Lite

Is there a possibility to implement those features in near future?
Thank you very much.

@davideast
Copy link
Collaborator

Hi @BastianKrones! We actually are close to landing Angular Universal compatibility, see #1454. Up next we do plan on providing support for Cloud Messaging as well.

I'm aware of AngularFire-Lite, but it's implementation is not idea. It switches to uses Angular's HttpClient module if it detects platform server. This implementation has many downsides, mainly being that you download both server and client code for either platform. This implementation also forces a dependency on Angular's HttpClient module. Handling authenticated requests also becomes more complicated.

Our solution is to get Zone's working with the current version of the server so it can properly server-side render without much additional work.

@jenkinshouse
Copy link

Is there a separate Cloud Messaging issue? I'd like to subscribe to it so I'll get notified when it's ready.

@FallenRiteMonk
Copy link

@jenkinshouse #1543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants