Duke Pan
Duke Pan
@Noomegipy Please check the following document since you want to use FCM https://firebase.google.com/docs/cloud-messaging/concept-options Maybe you can try the following code to test: ``` { "notifications": [{ "tokens": ["123"], "platform": 2,...
@RedCrazyGhost What impact? I don't see any impact, just update following code: ``` // Render writes the response headers and calls render.Render to render data. func (c *Context) Render(code int,...
Sorry, I agree with @raashidanwar. In my humble opinion, I didn't see any advantage of "With" function. It seems we can add router and middleware in good ways before. There...