Skip to content

Commit 4541606

Browse files
authored
Update README.md
1 parent 7e86259 commit 4541606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ $ cd fluttergram/
7676
* Push the function `getFeed` with `firebase deploy --only functions` In the output, you'll see the getFeed URL, copy that.
7777
* Replace the url in the `_getFeed` function in `feed.dart` with your cloud function url from the previous step.
7878

79-
8079
_**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._
8180

81+
_You may need to create the neccessary index by running `firebase functions:log` and then clicking the link_
82+
8283
_**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._
8384

8485

0 commit comments

Comments
 (0)