You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,10 @@ $ cd fluttergram/
76
76
* Push the function `getFeed` with `firebase deploy --only functions` In the output, you'll see the getFeed URL, copy that.
77
77
* Replace the url in the `_getFeed` function in `feed.dart` with your cloud function url from the previous step.
78
78
79
-
80
79
_**If this does not work** and you get the error `Error: Error parsing triggers: Cannot find module './notificationHandler'` Try following [these steps](https://github.com/mdanics/fluttergram/issues/25#issuecomment-434031430). If you are still unable to get it to work please open a new issue._
81
80
81
+
_You may need to create the neccessary index by running `firebase functions:log` and then clicking the link_
82
+
82
83
_**If you are getting no errors, but an empty feed** You must follow users with posts as the getFeed function only returns posts from people you follow._
0 commit comments