Firebase does not work properly
I have an online quiz app in Firebase. If my phone is in English, the app works fine, but when it change into Turkish, Piccaso does not load image.Please help me I can not find a solution for over a week In this case my phone is in English In this cas my phone is in Turkish private void loadCategories() { adapter = new FirebaseRecyclerAdapter<Category, CategoryViewHolder>(Category.class, R.layout.category_layout, CategoryViewHolder.class, categories) { @Override protected void populateViewHolder(CategoryViewHolder viewHolder, final Category model, int position) { viewHolder.category_name